4. 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);
3
>
Answers
Answered by
7
Answer:
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);
3
>
Similar questions
English,
1 month ago
Computer Science,
1 month ago
Math,
3 months ago
Science,
3 months ago
Chemistry,
9 months ago