Answer:
True.
Explanation:
The statement written in the question is True.We can use one memory location and use it with different values.
For example:- When we are using a loop be it for,while or do-while.The counter that we use for iteration is one and we use that counter to run the loop.We are using a single memory location and we are updating the count in that memory location many times.
for(int i=0;i<1000;i++)
{
//body.
}
We are using i's memory location and changing it 1000 times.
Answer:
no
Explanation:
because it designates the sum or total
Answer:
tech A only
Explanation:
Technician A is right because a cracked exhaust manifold allows more oxygen into the exhaust stream, which affects oxygen sensor voltage. Technician B is wrong because a clogged air filter raises Hydrocarbons (HC) and also affects O2 (Oxygen) and CO (Carbon Monoxide) levels.
11 30 21 would be the output.
The answer will be 9 I think, not sure