+ 3
[Solved]Is this an error??
the sample output should be 30% right?? I encountered this problem in js couse but the sample output confused me ******** A store is offering a tiered discounts based on the purchase total. 5000 and above => 50% 3000-4999 => 30% 1000-2999 => 10% 1-999 => 0% Write a program that takes the total price as input and outputs the corresponding discount to the console. Sample Input 4700 Sample Output 50% ******
3 Answers
+ 5
No worries. I reported the error to sololearnđđ.
+ 3
Hello LuciferđĄïž
Can you show us your code?
+ 2
Denise RoĂberg I solved the problem but the sample output is wrong. How can I report it to Sololearn??



