Computer Science, asked by nehasingh114003, 7 months ago

WAP in Qbasic to compute summation of X values from list of 10 diffrent numbers​

Answers

Answered by singjitendra010
0

Answer:

I don't know what is meant by WAP

Answered by aliab9608
0

Answer:

I=0

5 I=I+1

Read X

S=S+X

If I< 10 then 5

Print "sum=";S

Data 5, 12, 15, 18, 20, 30, 7, 5, 57, 75

Explanation:

Similar questions