Your program needs to take the bill amount as input and output the tip as a float. Tip=20%.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Your program needs to take the bill amount as input and output the tip as a float. Tip=20%..

Only explain this to me , then I'll do it myself, thank you.

11th Feb 2022, 2:37 PM
Forever Knight
2 Answers
0
If you break the question down, you know you need: 1) Input total from user 2) Multiply total by 20% 3) Print out the result as the tip for the user to read When you get done, post your code here so everyone can celebrate you and see how it works!
11th Feb 2022, 4:29 PM
ForgetfulMemoryFoam
ForgetfulMemoryFoam - avatar