Answer:
#include <iostream>//including iostream library to use functions such as cout and cin
using namespace std;
int main() {
int userInput = 0;
do
{
cout << "Enter a number < 100: " ;
cin >> userInput;
if (userInput < 100)//condition if number is less than 100
{
cout << "Your number < 100 is: " << userInput << endl;
}
} while (userInput > 100);//do while loop condition
return 0;
}
Explanation:
A do-while loop executes regardless in the first iteration. Once it has run through the first iteration, it checks if the condition is being met. If, the condition is TRUE, the loop begins the second iteration. If FALSE, the loop exits. In this case, the condition is the userInput. after the first iteration, lets say the userInput is 120, the condition userInput > 100 is true.Therefore, the loop will run again until eventually the number is less than hundred, lets say 25. In that case the condition would be 25 > 100, which would be false, so the loops will break.
Hello!
The factors that affect consumer demand for a product is the price and the person's income.
If the price of the product increases, the demand for the product will decrease. If the price of the product decreases, then the demand for the product will increase.
Demand is also affected by a person's income. The more money a person makes, the more money he has to spend on the product, which increases demand. If a person makes less money than he did before, demand for a product will decrease because he can no longer afford it.
I hope this helps you! Have a lovely day!
- Mal
Answer:
No, series parallel, as it implies has components of the circuit configured in both series and parallel. This is typically done to achieve a desired resistance in the circuit. A parallel circuit is a circuit that only has the components hooked in parallel, which would result in a lower total resistance in the circuit than if the components were hooked up in a series parallel configuration.
Explanation:
Answer:
i think it is D tell me if its wrong
Explanation:
Answer:
Throat diameter
=28.60 mm
Explanation:
Bore diameter
⇒
Manometric deflection x=235 mm
Flow rate Q=240 Lt/min⇒ Q=.004
Coefficient of discharge
=0.8
We know that discharge through venturi meter


=13.6 for Hg and
=1 for water.

h=2.961 m
Now by putting the all value in



⇒
=28.60 mm
So throat diameter
=28.60 mm