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.
The free-body diagram of the beam which supports the 80-kg load and is supported by the pin at A can be seen in the image attached below.
The first image shows the diagram of the beam and the second image shows the free-body diagram of the beam.
The resolution of forces in the system is well understood by the principle of equilibrium where a stationary body will remain balanced when subject to parallel forces provided that the total sum of the overall external forces is zero.
The free-body diagram is a graphical representation used to visualize the forces applied to an object.
The equilibrium of forces on the x-axis is:

The equilibrium of forces on the y-axis is:

The equilibrium condition at any point is:

From the free body diagram attached in the second image below,
- the horizontal reaction is located at point A as
- the vertical reaction is located at point A as
- the tension = T
- the weight = W
Therefore, we can conclude that the free-body diagram of the beam which supports the 80-kg load and is supported by the pin at A can be seen in the image attached below.
Learn more about the free-body diagram here:
brainly.com/question/19345060?referrer=searchResults
Answer:
1 pulse rotate = 9 degree
Explanation:
given data
incremental encoder rotating = 15 rpm
wheel holes = 40
solution
we get here first 1 revolution time
as 15 revolution take = 60 second
so 1 revolution take =
1 revolution take = 4 seconds
and
40 pulse are there for 1 revolution
40 pulse for 360 degree
so 1 pulse rotate is = 
1 pulse rotate = 9 degree
Answer:
The correct option is;
Neither A nor B
Explanation:
The location of the where the thread wears in tire that has too high inflation is at the thread pattern center due to the reduced size of the contact patch with the load of the car resting on the central portion of the tire's contact surface
When the wear occurs at the outer edges of the tire, the load of the car rests on the outer edges as the contact patch increases due to the tire being under-inflated
Camber is the slope provided in road pavement to drain off water from the road
Roads with camber has a raised middle portion and wear due to camber includes outer-edge tread wear, inner-edge tread wear and tire feathering