raddah

javamidterm

Nov 5th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1.  public class test {
  2. public static void main(String[] args) {
  3. int i=10;
  4. int j=10;
  5. i++;
  6. j++;
  7. System.out.println( " i ="  +i);
  8. System.out.println( "j =" +j);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment