World Languages, asked by aparnajais6053, 7 months ago

Write a java program to find the sum of given numbers 10, 20 and 30

Answers

Answered by avikapoor62
0

Answer:

class name

{

void main(inta,b,c)

{

int a=10;

int b=20;

int c=30;

int s=a+b+c;

System.out.println("Sum=+s");

}

}

Answered by Mriyapate71
0

Explanation:

hope it's hlp you pls mark me as brainlist

Attachments:
Similar questions