I.REWRITE THE FOLLOWING USING DO CASE.
Input" value for A”To A
Input" value for B“ To B
Input" choice (1-4)“ To ch
IF ch=1
? " sum=", A+B
ELSE
IF ch=2
? “Difference=", A-B
ELSE
IF ch = 3
?“ Product =“, A*B
ELSE
IF ch -4
?“ Quotient =“, A/B
ELSE
?“ Try again”
ENDIF
ENDIF
ENDIF
ENDIF
Answers
Answered by
2
Answer:
ch = 3
?“ Product =“, A*B
ELSE
IF ch -4
?“ Quotient =“, A/B
ELSE
?“ Try again”
ENDIF
ENDIF
ENDIF
ENDIF
Answered by
0
Answer:
GIVEN BELOW
Explanation:
ch = 3
?“ Product =“, A*B
ELSE
IF ch -4
?“ Quotient =“, A/B
ELSE
?“ Try again”
ENDIF
ENDIF
ENDIF
ENDIF
Similar questions
Math,
1 month ago
Environmental Sciences,
3 months ago
Science,
3 months ago
Computer Science,
10 months ago
India Languages,
10 months ago