Answers for "what is the output?public class welcome { public static void main(string args[]) { system.out.println("this is my first program"); int a = 2; system.out.println("a is" + a); }}"

0

public class App{ public static void main(string

Copied
System.out.println("   /|");
System.out.println("  / |");
System.out.println(" /  |");
System.out.println("/___|");
Posted by: Guest on January-01-1970

Code answers related to "what is the output?public class welcome { public static void main(string args[]) { system.out.println("this is my first program"); int a = 2; system.out.println("a is" + a); }}"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language