Computer Science, asked by Kumarianushka5, 11 days ago

Draw a flow chart with the given instructions ​

Attachments:

Answers

Answered by lipikamondal1910
0

Answer:

CLS

Input '' enter consumer's name '', N

Input '' Enter units consumed '', U

IF ( U = 100) THEN C$ = 80 paise /unit

IF ( U > 100) OR ( U = 200) THEN C$ = Rs 1/ unit

IF ( U > 200) THEN Rs 1.25/unit

PRINT '' N ''

PRINT '' Total amount = '' , U * C$

END IF

END

Hope it helps!!!!

Similar questions