Answer:
Similar to a While loop, a For loop consists of three parts: the keyword For that starts the loop, the condition being tested, and the EndFor keyword that terminates the loop.
Explanation:
Loop statements usually have four components: initialization (usually of a loop control variable), continuation test on whether to do another iteration, an update step, and a loop body.
Answer:
yes
Explanation:
yyyyyyyyyyeeeeeeeeesssssss
An Integer in an object that represent an int (Integer a = new Integer(3) would represent 3).
I'm not sure about Real.
A String is an object that represents a word. (String a = "dog")
Boolean
String
int
int
Hope this kind of helps