Computer Science, asked by sanjeevkumars4212, 2 days ago

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 rajoosaini11
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