Sidney wants to add a variable to a program that can be a decimal number that will be added to another number. What kind of variable is required?
A. binary
B. Boolean
C. string
D. float
Answers
Answered by
0
Answer:
Option D: float
It is the right answer. float data type store decimal values and we can perform operations on it.
Explanation:
Similar questions