Computer Science, asked by tusihazra6, 19 days ago

Write a program in QBASIC and draw the flowchart to input a number and check the Sum and product of digits of that number is equal or not.​

Answers

Answered by Prince063867
1

Answer:

START

Input numbers; A, B

YEARS = 0

Is A >= B?

Yes

ANS = A - B

No

YEARS = B-A

Answered by studinesh10212
1

Explanation:

ENTER A NUMBER? 70

ENTER ANOTHER NUMBER? 20

ANSWER = 50

Answered By

Attachments:
Similar questions