Computer Science, asked by gazal5129, 1 year ago

/* program to find the sun of 2 nos if a=100 and b=300 */
in Java programing​

Answers

Answered by Anonymous
2

mark as brainliest....plzz

Attachments:
Answered by prashantad578
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