Computer Science, asked by kritika0731, 2 months ago

4. Learn the given program and choose the correct output of it.
(1 Point)
CLS
1=2
DO WHILET < = 20
PRINTI;
1=1+2
LOOP
END​

Answers

Answered by sathyapravin
0

Answer:

okkkkkkkkkk

Explanation:

its too hard

Answered by GOODBOYFF
0

Answer:

nascardriver

May 2, 2018 at 3:13 am · Reply

Hi Star Light!

There are ways to restart you program, but there's no point in doing so programmatically, because you need the user to pass new arguments.

If you want your program to keep running even if the user entered an erroneous command line you need to manually ask the user for input (@std::cin, @std::getline) and parse it.

This will require the user to re-enter the entire command line whereas they'd only need to press the up arrow and correct their mistake if you let them restart the application

Explanation:

#dontcopy

Similar questions