nerdexam
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)
  • A
    85% (22)
  • B
    8% (2)
  • C
    4% (1)
  • D
    4% (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.

Full 98-361 Practice