0.833333333% is the answer
If this is a True or False question, that is true.
Answer:
20, 35, 50
Step-by-step explanation:
so if you do 9 divided by 60 and it will give you 0.15 and that is your answer
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.