Advertisement
mmayoub

Ex01, 17.04.2021

Apr 20th, 2021
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.40 KB | None | 0 0
  1. // 17.04.2021
  2. public class Ex01 {
  3.  
  4.     public static void main(String[] args) {
  5.         // TODO Auto-generated method stub
  6.  
  7.         System.out.println("**********");
  8.         System.out.println("*Mohamad *");
  9.         System.out.println("**********");
  10.         System.out.println();
  11.         System.out.println("123456789");
  12.         System.out.println(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9);
  13.  
  14.         System.out.println("Mohamad " + 123456789);
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement