Computer Science, asked by khanhalima1234567, 4 months ago

What is the value of ‘i’ (an integer variable) in the expression i = 2/3? Is it ‘0’? If yes, explain why

Answers

Answered by aakashupadhyay60
0

Answer:

What is the value of ‘i’ (an integer variable) in the expression i = 2/3? Is it ‘0’? If yes, explain why

Answered by gurugaming188
0

Answer:

It is 0 because you have not declared i as an float data type.

Explanation:

Similar questions