Your program needs to take the bill amount as input and output the tip as a float. Sample Input 50 Sample Output 10.0 | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Your program needs to take the bill amount as input and output the tip as a float. Sample Input 50 Sample Output 10.0

Please assist me if u know

1st Apr 2022, 7:49 PM
Mohamed
3 ответов
+ 3
1. Please tag the relevant programming language 2. Please show your own attempt
1st Apr 2022, 7:55 PM
Lisa
Lisa - avatar
+ 2
bill=float(input(50*20/100)) print(bill)
3rd Apr 2022, 7:44 AM
Ajit Kumar
Ajit Kumar - avatar
0
Please link your code in the thread, not in DM
1st Apr 2022, 8:13 PM
Lisa
Lisa - avatar