Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // 17.04.2021
- public class Ex01 {
- public static void main(String[] args) {
- // TODO Auto-generated method stub
- System.out.println("**********");
- System.out.println("*Mohamad *");
- System.out.println("**********");
- System.out.println();
- System.out.println("123456789");
- System.out.println(1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9);
- System.out.println("Mohamad " + 123456789);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement