write a program to input three different numbers. Calculate and print sum and average. please it's urgent
Answers
Answered by
0
Answer:
in which language(python, C, java, etc..) you want the program ?
Answered by
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