Advertisement
Hristian130
Jan 26th, 2023 (edited)
75
0
Never
This is comment for paste 12. Trade Commissions
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. С вашият код излиза 94/100 ( ако се напише Plovdiv -20) Конзолата не дава никакви стойности
  2. Вместо
  3. else {
  4. System.out.println("error");
  5. }
  6.  
  7. if (commission > 0) {
  8. System.out.printf("%.2f", commission);
  9. }
  10. if (commission > 0 ) {
  11. System.out.printf("%.2f", commission);
  12. } else if (commission <= 0) {
  13. System.out.println("error");
  14. }
  15. Тогава judge ми даде 100/100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement