write a program in Qbasic to input a number and check the number is divisible by 5 and 9 or not
Answers
Answered by
1
Answer:
mark me as brainlist
Explanation:
WAP to input any number and check whether the given no. is divisible by 5 or not. REM. CLS. INPUT “ENTER ANY
Answered by
0
Answer:
REM
CLS
INPUT"ENTER ANY NUMBER";N
IF N MOD 5=0 THEN PRINT"THE GIVEN NUMBER IS DIVISIBLE BY 5"ELSE
PRINT"THE GIVEN NUMBER IS DIVISIBLE BY 5"
END
Explanation:
there was 1 more answer
WAP to input any number and check whether the given no. is divisible by 5 or not. REM. CLS. INPUT “ENTER ANY
PLease mark me as brainliest
Similar questions