Fill in the blanks:
______________ loop first executes the statements for once and then checks the condition.
A _________ is a sequence of instructions that is continually repeated until the specified condition
becomes true.
___________ expression is used to initialize a loop variable.
The order in which statements are executed in a running program is called ______________________.
The smallest meaningful element of a Java program is called a _____________________.
_______________ are special symbols that are used to perform calculations.
The _______________ works on a single variable or constant.
Wi-fi stands for ____________.
A ___________ is a computer network that covers a small area of about 10 meter
Answers
Answered by
1
Answer:
mark as BRAINLIEST
Explanation:
The cultivation of almond in India is concentrated in Jammu and Kashmir, Himachal Pradesh, and Uttar Pradesh yet, Kashmir enjoys the distinction of being still hub of almond industry of the country.
Answered by
0
Answer:
A Loop executes the sequence of statements
many times until the stated condition becomes
false. A loop consists of two parts, a body of
a loop and a control statement. The control
statement is a combination of some conditions
that direct the body of the loop to execute until
the specified condition becomes false. The
purpose of the loop is to repeat the same code a
number of times
Similar questions