How many times will “HELLO” be printed?

How many times will “HELLO” be printed? #include using namespace std;
int main()
{
for(int i=?1; i<=10; i++) { if(i < 5) continue; else break; cout<<"HELLO"; } return 0; } A. 1
B. 2
C. 0
D. 20

Download Printable PDF. VALID exam to help you PASS.

Posted in: CPA

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.