Answer:
loop
Explanation:
Loop is the one which is used to execute the specific statement again and again until the condition is true.
In the programming, there are 3 basic loop used.
1. for loop
<u>Syntax:</u>
for(initialization, condition, increment/decrement)
{
statement;
}
the above statement execute until the condition in the for loop true when it goes to false, the loop will terminate.
2. while loop
<u>Syntax:</u>
initialization;
while(condition)
{
statement;
increment/decrement;
}
it is work same as for loop and the increment/decrement can be write after or before the statement.
3. do while
syntax:
initialization;
do
{
statement;
increment/decrement;
}while(condition);
here, the statement execute first then, it check the condition is true or not.
so, if the condition is false it execute the statement one time. this is different with other loops.
Answer:Crushed grains are usually used to feed ruminant animals. Crushed grain are easier to digest, nutrients are assimilated more easily. Suitable as simply pellets chrusher.
Explanation:
Answer:
a. acceptable use policy (AUP)
Explanation:
An acceptable use policy (AUP) is a document where everyone has to sight it before to receive access to a company's network.
Employees or students have to sight politics like:
- Never try to break the security system.
- Never posting commercial content.
- Never send spam.
- Report any suspicious behavior.
cries in bakudeku shipper
Answer:
What are you trying to say?
Explanation: