EChebanenko

Untitled

Aug 17th, 2020
1,995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. public class MyClass {
  2.  
  3.   public static void main(String[ ] args) {
  4.       int goodCodder = 1;
  5.       double hillelSchool = 1.5;
  6.       goodCodder++;
  7.       String maks = "Maks";
  8.       double result = goodCodder + hillelSchool;
  9.  
  10.             System.out.println( maks + " " + "has" + " " + result +  " " + "years experience in IT");
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment