HarrJ

B8 Day 4 print n println

Sep 14th, 2022
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.63 KB | None | 0 0
  1. package mattroseb8wk1;
  2.  
  3. /* multi
  4. line
  5. comment */
  6.  
  7. // single line comment
  8. public class Day04A {
  9.     public static void main(String[] args) {
  10.         //code na nasa loob nito ang gagana lagi
  11.         System.out.println("September 15, 2022");
  12.         System.out.println("Matt Rose Batch 8");
  13.         System.out.println();
  14.         System.out.println("Murphy's law");
  15.         System.out.print("Murphy's law is an adage or epigram that ");
  16.         System.out.print("is typically stated as: \"Anything that ");
  17.         System.out.print("can go wrong will go wrong.\" ");
  18.     }
  19.    
  20.     public void testing1() {
  21.        
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment