Computer Science, asked by raunysingh07, 5 hours ago

write a program in java to find the sum of three number​

Answers

Answered by XxSWASTIKAxX
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