What if I’m really stuck? And I can’t complete any of the Java challenge exercises. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

30th Jan 2021, 7:23 AM
Elad David
Elad David - avatar
6 Answers
+ 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.
30th Jan 2021, 7:29 AM
ChaoticDawg
ChaoticDawg - avatar
30th Jan 2021, 9:22 AM
Elad David
Elad David - avatar
0
This is the link. to what i wrote. something is not working and dont understand what
30th Jan 2021, 9:23 AM
Elad David
Elad David - avatar
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
30th Jan 2021, 9:24 AM
Elad David
Elad David - avatar
0
Can anyone help? ChaoticDawg 🙏
1st Feb 2021, 4:16 AM
Elad David
Elad David - avatar
1st Feb 2021, 4:17 AM
Elad David
Elad David - avatar