Computer Science, asked by aditisharma57, 1 year ago

write a program in q basic to find the average of 3 numbers

Answers

Answered by Anonymous
20
CLS
LET A=15
LET B=20
LET C=25
LET D=A+B+C
LET E=D/3
PRINT "AVG="E
END

Similar questions