Computer Science, asked by vermapushpa000, 5 hours ago

Write an algorithm.

Input a number. If the number is less than 50, then print “Input a

greater number, else check if the number is divisible by 5. If the

number is divisible by 5 then print, “Divisible by 5”, else print, “Not

Divisible by 5”.​

Answers

Answered by anitaarti2010
0

Answer:

jdjdjdkdjdjdjdkdjdjdjsjdjdjdjdjdjdjdjdjdjdjdjdiii

Answered by gishika804
2

Answer:

algorithm

S1. Input NUM

S2. Check if NUM %<50

S3. If TRUE , print 'INPUT A GREATER NUMBER'

S4. If FALSE , then check NUM is %5==0

S5. If TRUE, print,'DIVISIBLE BY 5'

S6. If FALSE , print 'NOT DIVISIBLE BY 5'

Explanation:

PLEASE MARK ME AS BRAINLIST

Similar questions