draw a flowchart to input a number to
check whether it is double digit or not
Answers
Answered by
0
Answer:
firstly scan the number
then apply if condition
(9>=n)
number is not two digit
and else
number is two digit
Similar questions