Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class MyClass {
- public static void main(String[ ] args) {
- int goodCodder = 1;
- double hillelSchool = 1.5;
- goodCodder++;
- String maks = "Maks";
- double result = goodCodder + hillelSchool;
- System.out.println( maks + " " + "has" + " " + result + " " + "years experience in IT");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment