write a program using blue j environment to calculate and print the sum of two numbers
Attachments:
Answers
Answered by
0
public class sum
{
public static void main(String args[])
{
int a=1;
int b=2;
System.out.println(a+b);
}
}
Similar questions
Science,
6 months ago
Math,
6 months ago
Science,
6 months ago
History,
11 months ago
Social Sciences,
11 months ago