+ 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.
2 ответов
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!