classmate
Page
Write an
algorithm to check wheather the number is
divisible by 25 or not
Answers
Answered by
0
n = "Any Number"
if n%25==0:
Similar questions