0
What if I’m really stuck? And I can’t complete any of the Java challenge exercises.
I already tried 3 different ones and I can’t seem to understand what I’m doing wrong Is there someone to consult or someone that can explain?
6 Respuestas
+ 3
Then you copy the code you tried to the SL playground and post a link to the code. Specify the challenge, what you don't understand or the issues or errors etc and ask for help with your code and/or understanding etc.
0
This is the link. to what i wrote. something is not working and dont understand what
0
This is the ex.
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
0
Can anyone help?
ChaoticDawg 🙏