Computer Science, asked by ishikashinde2006, 4 months ago

Write a program in JavaScript to accept three subjects and then find the sum and average.
Pleaseeee answer

Answers

Answered by khushiseth24
1

Answer:

Broo dont know about Java but this is hiw find in Qbasic

INPUT A

INPUT B

LET SUM = A+B

PRINT SUM

INPUT A , B , C , D , E , F , G

LET SUM = A+B+C+D+E+F+G

LET AVG = SUM/11

PRINT AVG

Similar questions