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
Chemistry,
7 months ago
Math,
7 months ago
Hindi,
7 months ago
History,
1 year ago
Social Sciences,
1 year ago