Write a program to add two numbers with the following conditions: A) The add function should be separate and return the addition of the two numbers as a pointer. B) Catch the pointer in the main function and print the data.
Anonymous
2y
import java.util.Scanner;
class main
{
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
System.out.println("enter the number);
int x=sc.nextInt();
int y=sc.nextInt();
int res=x+y;
System.out.println("adding two number"+res);
}
}
Help your peers!
Add answer anonymously...
>
Continental Technical Specialist (ADAS) Sensorics Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

