WAP using LET statement to find the average of three numbers.
in qbasic
oly statement
Answers
Answered by
1
10 CLS
20 INPUT "Enter three values"; A,B,C
30 LET AV = S/3
40 PRINT "Average is"; AV
50 END
Similar questions