Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package mattroseb8wk1;
- /* multi
- line
- comment */
- // single line comment
- public class Day04A {
- public static void main(String[] args) {
- //code na nasa loob nito ang gagana lagi
- System.out.println("September 15, 2022");
- System.out.println("Matt Rose Batch 8");
- System.out.println();
- System.out.println("Murphy's law");
- System.out.print("Murphy's law is an adage or epigram that ");
- System.out.print("is typically stated as: \"Anything that ");
- System.out.print("can go wrong will go wrong.\" ");
- }
- public void testing1() {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment