Computer Science, asked by moumidutta81, 4 days ago

Convert the while loop program to for loop
Input A,B ( consider A is greater than B)
While A>B
K=1
P=A mod 10
While K<P
If K mod 2=0 then
Print K
End if
K=K+1
Wend
A=A-2
Wend


Answer it in qbasic

Please answer
I really need it


Answers

Answered by bhakarepranjali
0

Answer:

here this your answer

Explanation:

make a brilliant

Attachments:
Similar questions