Computer Science, asked by bhawanasrilko, 11 months ago

write an algorithm to enter a number and check whether it is a four digit number or not​

Answers

Answered by roddarichard0123
0

Answer: if <(length of (number)) = (4)>

then

FOUR DIGIT NUMBER

else

NOT FOUR DIGIT

Similar questions