write a c program to add 2 values
Answers
Answered by
1
class add
{
void get(int a,int b)
{
int c=a+b;
System.out.println("sum="+c);
}
}
{
void get(int a,int b)
{
int c=a+b;
System.out.println("sum="+c);
}
}
thiruma273p9uita:
wrong mad answer
Similar questions
Math,
7 months ago
Math,
7 months ago
Math,
7 months ago
Psychology,
1 year ago
History,
1 year ago
Math,
1 year ago
Political Science,
1 year ago