fork download
  1. class Ideone
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. int number=80;
  6. number=55;
  7. if(number>60){
  8. System.out.println("będzie ładna pogoda");
  9. }
  10. else{
  11. System.out.println("NIE będzie ładna pogoda");
  12. }
  13. }
  14. }
Success #stdin #stdout 0.1s 32672KB
stdin
Standard input is empty
stdout
NIE będzie ładna pogoda