The U-tube of Fig. P2.158 contains mercury and rotates about the off-center axis aa. At rest, the depth of mercury in each leg is 150 mm as illustrated. Determine the angular velocity for which the difference in heights between the two legs is 75 mm.
Day 12 A while loop will only execute when the conditions are met Golden rule for while loops: your variable has to change within the loop First line is while(condition); last line is end If you are stuck in a loop, do Ctrl + C Write a code for how long it will take to pay back the loan It will go through first with A=100, then new A will be 50, and m will be 0+1 = 1. Then it will go through with A=50, and then m=1+1=2, and so on until A is right above 15. These are not sum questions so if you are trying to add them all up, you need a new variable Question: