Asked inContinental,Technical Specialist (ADAS) Sensorics

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...
Continental Technical Specialist (ADAS) Sensorics Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter