write a program to accept a number and check it whether it is divisible by 5 or not. Give the appropriate message in both cases
give me as in class 9
ICSE book answer
Answers
Answered by
0
Answer:
Input a number from user. Store it in some variable say num . To check divisiblity with 5 check if (num % 5 = 0 ) then num is divisible by 5 .
Explanation:
please mark me as a brainlist.
Similar questions