Computer Science, asked by vinnarasu, 5 months ago

Write a program to print sum of three given numbers 100,200 and 300​

Answers

Answered by riyansarda6
0

Answer:

ok

but in which programming language

Answered by psfogat
0

Explanation:

class sum

{

public static void main( inta,intb,intc);

{

inta= 100;

intb=200;

intc=300;

sum= inta+intb+intc;

System. out. println ("+sum")

}

}

Similar questions