Advertisement
This is comment for paste
12. Trade Commissions
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- С вашият код излиза 94/100 ( ако се напише Plovdiv -20) Конзолата не дава никакви стойности
- Вместо
- else {
- System.out.println("error");
- }
- if (commission > 0) {
- System.out.printf("%.2f", commission);
- }
- if (commission > 0 ) {
- System.out.printf("%.2f", commission);
- } else if (commission <= 0) {
- System.out.println("error");
- }
- Тогава judge ми даде 100/100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement