Computer Science, asked by doctorananyasinha, 7 months ago

1. Write a QBasic program to generate multiples of 7 from 7 to 70.
2. Write a QBasic program to display even numbers from 30 to 10.

Answers

Answered by anish2371
3

Answer:

write a step to find any particular word from the file

Answered by rimjhimlath
5

Answer:

N=7

I=1

DO WHILE I<=10

PRINT N*I

I=I+1

LOOP

Similar questions