- 4
How to make a tip calculator
4 odpowiedzi
+ 4
Read the question carefully and try to solve!
BTW your question is duplicate and duplicate questions are considered as spam! Your post will removed soon!
Explanation: 20% of 50 is 10.
To calculate 20% of a given amount, you can multiply the number by 20 and divide it by 100: 50*20/100 = 10.0
https://www.sololearn.com/discuss/2825986/?ref=app
0
You need to know how you want calculate the tip. 10% of the original price e.g..
You could write a console app first. Just input, esay math and output. These things you can learn on SoloLearn itself.
Then you could write a GUI with Tkinter e. g..
0
Thanks for answer my question all