Write a java program to find the sum of given numbers 10, 20 and 30
Answers
Answered by
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
0
Explanation:
hope it's hlp you pls mark me as brainlist
Attachments:
Similar questions
Psychology,
5 months ago
Biology,
11 months ago
English,
11 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago