Computer Science, asked by ktaarush23, 6 months ago

write a program to input three different numbers. Calculate and print sum and average. please it's urgent

Answers

Answered by AnushkaaSinghal
0

Answer:

in which language(python, C, java, etc..) you want the program ?

Answered by pembatamng009
0

Answer:

REM to display the The average and sum of the data.

CLS

INPUT "8'; A

INPUT "9; B

INPUT "7; C

LET SUM = A+B+C

LET AVG = A+B+C/3

PRINT "The sum is'; SUM; 'The average is"; AVG

END

Explanation:

beep beep just copy it for the test

Similar questions