How many times the following loop will be executed :
int i = 0;
do
{
System.out.println(i);
i + +;
} while (i <5)

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.