Computer Science, asked by manushidhakal123, 12 days ago

to input and display the name, address and telephone nuber of any two studnts
ALGORITHM..

Answers

Answered by shakkupramod44
0

Answer:

INPUT num

IF num >=5 AND num < 15 THEN

     PRINT ‘GREEN’

ELSE IF num >= 15 AND num < 25 THEN

     PRINT ‘BLUE’

ELSE IF num >= 25 AND num < 35 THEN

     PRINT ‘ORANGE’

ELSE

     PRINT ‘ALL COLOURS ARE BEAUTIFUL.’

END IF

Answered by bt980364
0

Answer:

step

Explanation:

Similar questions