Advertisement
EChebanenko

Untitled

Aug 12th, 2020
1,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class MyClass {
  2.     public static void main(String args[]) {
  3.       int goodCodder = 5;
  4.       int hillelSchool =7;
  5.       int sum = goodCodder + hillelSchool ;
  6.    
  7.       System.out.println("Sum of goodCodder + hillelSchool = " + sum);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement