Draw a flow chart with the given instructions
Attachments:
Answers
Answered by
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
Science,
5 days ago
Environmental Sciences,
11 days ago
Computer Science,
8 months ago
Math,
8 months ago