Which data type should you use?

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?

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?

A.
String

B.
Float

C.
Char

D.
Decimal

Explanation:
Need a string to store characters.



Leave a Reply 0

Your email address will not be published. Required fields are marked *