Computer Science, asked by sayonbiswas24, 3 days ago

Write an program in a QBasic to print all even numbers from 20 to 40.​

Answers

Answered by Oreki
2

\textbf{\large Program}

  \texttt{FOR I = 20 TO 40 STEP 2}\\\texttt{\hspace{1em} PRINT I,}\\\texttt{\hspace{.5em} NEXT I}

Similar questions