Computer Science, asked by vanierigela000, 21 hours ago

How many times will the print statement be executed?
int i=0;
int1=2;
dor
print ("Hello");
} while (<5);

Answers

Answered by mschaudhari1989
6

Answer:

432hydride 65baje a good time please tell me truth is

Answered by syed2020ashaels
0

Answer:

Runtime error

Explanatio:

A runtime error is a specific kind of error that happens while a programme is being performed. If a script has the proper syntactic structure, the Python interpreter will run it. However, if a problem arises during script execution that is not discovered during parsing may cause it to stop abruptly. The following are a few of the most typical instances of Python runtime errors:

multiplying by zero.

using a variable or function name that is undefined.

performing an operation on types that are not compatible.

accessing a dictionary key, list element, or object attribute that isn't there.

attempting to access a file that isn't there.

Using a variable or function name that is undef

When attempting to access an identifier, such as a variable or function name, that is not valid, a runtime error is raised.

See more:

https://brainly.in/question/37024198

#SPJ3

Similar questions