Computer Science, asked by jdjdjdjdhhshshs0, 6 hours ago

Write a program to display sum, product and quotient of any two numbers.

pls solve on a sheet of paper and attach the photo it is hard to understand program written in typing lanugage​

Answers

Answered by smriti3131
0

Explanation:

REM PROGRAM TO DISPLAY SUM, DIFFERENCE, PRODUCT AND AVERAGE OF TWO NUMBERS. INPUT “ENTER FIRST NUMBER”; A. ...

DECLARE SUB SUM (A, B) DECLARE SUB DIFF (A, B) ...

SUB SUM (A, B) S = A + B. ...

SUB AVERAGE (A, B) AV = (A + B) / 2. ...

DECLARE FUNCTION SUM (A, B) ...

FUNCTION SUM (A, B) ...

FUNCTION DIFF (A, B) ...

FUNCTION PROD (A, B)

Answered by aditya45689
2

HOPE IT HELPS!!!!

PLEASE MARK ME AS BRAINLIEST!!!

Attachments:
Similar questions