Computer Science, asked by FARAZAHMED123, 1 month ago

WAP using LET statement to find the average of three numbers.
in qbasic
oly statement

Answers

Answered by srivastavamanzari
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