Computer Science, asked by innocentubaid1pdju01, 1 year ago

Assign the value of 1.732 to a variable with the requestate data type

Answers

Answered by ameerhamzah78pdju21
1

Float as it has decimal points and you can also use double

Answered by braxtonelmer
0

We can assign the value by using 'float' data type

so the answer is: float a = 1.732

NOTE: there could be any variable in the place of a.

I hope this answer helps you.

Similar questions