Computer Science, asked by RaniSania, 1 year ago

write a program to print the first five multiples of 2 from the 2 to 10

Attachments:

Answers

Answered by Zxcvbnm2203
2
I think this is qbasic so the answer is:-
CLS
LET X = 2
DO WHILE X<=10
PRINT X
X=X+2
LOOP
END

I think this is qbasic so the answer is:-
CLS
LET X = 2
DO UNTIL X>10
PRINT X
X=X+2
LOOP
END

RaniSania: what
RaniSania: what you dnt like?????
Anonymous: all are see our chatting
RaniSania: yes so what
Anonymous: i don't luke that
RaniSania: aree Bhai abhi bye
Anonymous: ok
RaniSania: dhang se likho bhaiya
RaniSania: main shadi shuda hu
Anonymous: ok bye
Similar questions