Computer Science, asked by rachanavyas2021, 11 months ago

Write an algorithm to finding the sum of two numbers

Answers

Answered by utkarshmishra9819
2

Answer:

class prog

{

void main(int a, int b)

{

intc=a+b;

System.out.println(c);

}

}

Answered by ᎷíssGℓαмσƦσυs
15

Answer:

a+b is your answer.......

Similar questions