Microsoft
98-361 · Question #159
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…
The correct answer is C. String. Need a string to store characters.
Understanding Core Programming
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
- ADecimal
- BChar
- CString
- DSingle
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C82% (27)
- D3% (1)
Explanation
Need a string to store characters.
Topics
#data types#string#variable declaration#type selection
Community Discussion
No community discussion yet for this question.