Computer Science, asked by alifmallik098, 1 day ago

WHAT WILL BE THE OUTPUT OF JAVA:
import java.util.Scanner;
public class new
{
public static void main(String args[])
{
int m=100
int n=200
int result=n+m;
System.out.println("ANSWER IS:"+result);
}
}

Answers

Answered by meetdchaudhari2006
1

Explanation:

please mark me as the brainliest

Attachments:
Answered by βαbγGυrl
0

Answer:

Output will be  :- ANSWER IS: 300

Similar questions