write a program in java to find the sum of three number
Answers
Answered by
3
Answer:
class a1
{
public static void main( int a, int b, int c)
{
int sum = a+b+c;
System.out.println ( +sum);
}
}
Hope it helps pls mark the answer as brainliest. ❤
Similar questions
Chemistry,
19 days ago
Math,
19 days ago
English,
1 month ago
Accountancy,
1 month ago
Math,
9 months ago