answersLogoWhite

0


Best Answer

A loop decision point consists of an initial value, a test condition and a set of actions to be performed. In a Java for loop, this is written as for (i = 0 (initial value); i < someValue (test condition); i++ (action performed)).

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What three features does a loop decision point consist of?
Write your answer...
Submit
Still have questions?
magnify glass
imp