/* program to find the sun of 2 nos if a=100 and b=300 */
in Java programing
Answers
Answered by
2
mark as brainliest....plzz
Attachments:
Answered by
1
Explanation:
public class program1
{
public static void main( )
{
int a = 100;
int b = 300;
int sum;
sum=a+b;
system.out.println("two numbers sum is: "+sum);
} }
mark as brainliest pleaseeeeee
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Math,
6 months ago
English,
1 year ago
English,
1 year ago