Answers for "what is the output of below program? public class a {public static void main(string[] args) { int a = 5+5*2+2*2+(2*3); system.out.println(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 of below program? public class a {public static void main(string[] args) { int a = 5+5*2+2*2+(2*3); system.out.println(a);}}"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language