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
English,
3 hours ago
English,
3 hours ago
English,
5 hours ago
Accountancy,
5 hours ago
Math,
8 months ago