Computer Science, asked by yuvrajsingh2426, 1 month ago

Write a program to read any three integers and store the sum of the last 3 in to another variable

Answers

Answered by swastika274
0

Answer:

class a1

{

public static void main ( int a,int b,int c)

{

int sum ;

sum= a+b+c;

System. out.println( + sum ) ;

}

}

Hope it helps pls mark the answer as brainliest .

Similar questions