0
Help me
You sell souvenir kaleidoscopes at a gift shop, and if a customer buys more than one, they get a 10% discount on all of them! Given the total number of kaleidoscopes that a customer buys, let them know what their total will be. Tax is 7%. All of your kaleidoscopes cost the same amount, 5.00. Task: Take the number of kaleidoscopes that a customer buys and output their total cost including tax and any discounts. Input Format: An integer value that represents the number of kaleidoscopes that a customer orders. Output Format: A number that represents the total purchase price to two decimal places. Sample Input: 4 Sample Output: 19.26
11 ответов
+ 9
Yes, I can. But it is your task to solve it not mine. "Helping" means we can help you to solve it yourself, not that others do the work for you.
Please link your code. And tag the relevant programming language.
+ 8
Hello! You have not understand the purpose of sololearn.
We are not here for helping with tasks or homework, we are here to help you if you have problems in YOUR code.
So, upload your attempt and we will help you. Thanks.
+ 7
What help do you need? Please link your code, we cannot see what you are trying.
Start by getting the input. Determine if the customer gets a discount. Calculate the price and add the taxes. Output the result in the appropriate format.
+ 5
Have you considered doing a course before trying to solve this task?
+ 5
Complete any course from sololearn then try to solve it
+ 4
That code has so many errors… it is a complete disaster. Try completing python sololearn course and next trying that exercise.
+ 1
That is just simple math. Why dont you google the formula online and write the math code.
0
Can u solve the whole code ??
0
a=(1)
b=5
c=.07
d=0.1
print(a*b+c*a*b-d*a*b-d*c*a*b)
0
I did this
0
Please help