Computer Science, asked by snehasaha0980, 2 months ago

19. Raj was working on application where he wanted
to divide the two number (A and B), he was written
the expression as C=A/B, on execution he entered
30 and 7 and expected answer was 4 i.e. only
integer part not in decimal, but the answer was
4.285 apporx, help Raj to correct his expression and
achieving the desired output.
Correct Expression:

Answers

Answered by mk829119
0

Answer:

C=A//B

this expression will work in python language

Similar questions