answersLogoWhite

0

AllQ&AStudy Guides
Best answer

int i = 100;

while(i > 0) { // Conditional loop

--i;

if((i % 2) == 0) { // Conditional statement inside a conditional loop

System.out.println(i + " is even.");

}

}

This answer is:
Related answers

int i = 100;

while(i > 0) { // Conditional loop

--i;

if((i % 2) == 0) { // Conditional statement inside a conditional loop

System.out.println(i + " is even.");

}

}

View page

What are conditional connectives? Explain use of conditional connectives with an example

View page

Sometimes You must do everything to achieve success. Even though it is Conditional.

View page

A conditional statement uses the words if... Then

View page

A conditional verb is something like:

Should have done this

Would have done that

That's what I have heard.

I think there are no conditional verbs but there are conditional sentences. eg

If it rains we will get wet.

The conditional clause begins with if and the main clause begins with we.

The event in the main clause depends on the condition in the conditional clause.

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results