Ques 1: Write a program of adding two numbers with below condition: A) add function should be separate and should return the addition of two in terms of pointer . B) catch the pointer in 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...
Top Continental Technical Specialist (ADAS) Sensorics interview questions & answers
Top HR questions asked in Continental Technical Specialist (ADAS) Sensorics
>
Continental Technical Specialist (ADAS) Sensorics Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app