Microsoft
98-361 · Question #19
You are creating a variable for an application. You need to store data that has the following characteristics in this variable: - Consists of numbers and characters - Includes numbers that have decima
The correct answer is A. String. Need a string to store characters.
WAN Optimization Fundamentals and Principles
Question
You are creating a variable for an application. You need to store data that has the following characteristics in this variable:
- Consists of numbers and characters
- Includes numbers that have decimal points
Which data type should you use?
Options
- AString
- BFloat
- CChar
- DDecimal
How the community answered
(26 responses)- A85% (22)
- B8% (2)
- C4% (1)
- D4% (1)
Explanation
Need a string to store characters.
Topics
#data types#string#decimal numbers#variable declaration
Community Discussion
No community discussion yet for this question.