Computer Science, asked by mashgupta, 11 months ago

what is the problem in the following code fragment
value=90
sun=value+30
value="new value"
division= value/100​

Answers

Answered by spskirtiman
2

division = 90 / 100....

division=o.9

Similar questions