0% found this document useful (0 votes)
25 views5 pages

Laboratory Exercises of Lesson 2 BSIT1 RADAN

Uploaded by

charles radan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views5 pages

Laboratory Exercises of Lesson 2 BSIT1 RADAN

Uploaded by

charles radan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

class monitor {

public static void main(String[] args) {

System.out.println("@@@@@@@@@@@@@@");

System.out.println("@@@@@@@@@@@@@@");

System.out.println("@@@@@@@@@@@@@@");

System.out.println("@@@@@@@@@@@@@@");

System.out.println("@@@@@@@@@@@@@@");

System.out.println("@@@@@@@@@@@@@@");

System.out.println(" @@@@");

System.out.println(" @@@@@@@@");

}
class triangle {

public static void main(String[] args) {

System.out.println(" ##");

System.out.println(" #######");

System.out.println(" ###########");

System.out.println(" #############");

}
class monitor {

public static void main(String[] args) {

System.out.println(" _____[ ]___________");

System.out.println(" / \\");

System.out.println("/_____/\\______________\\");

System.out.println("| [ ] [ ] |");

System.out.println("| |");

System.out.println("| __ |");

System.out.println("| | | |");

System.out.println("|________|__|_________|");

}
public class FirstProgram {

public static void main(String[] args) {

System.out.print("Programming is Fun!");

}
public class FirstProgram {

public static void main(String[] args) {

System.out.print("Hello \t World");

System.out.print("Hello \n World");

You might also like