English, asked by jayasreeghosh2305, 8 months ago

1. Write a program in java to find a sum of two numbers given by the user

Answers

Answered by boppishettyvenkatesh
19

Explanation:

import java.util.Scanner;

class AddNumbers

{

public static void main(String args[])

{

int x, y, z;

System.out.println("Enter two integers to calculate their sum");

Scanner in = new Scanner(System.in);

x = in.nextInt();

y = in.nextInt();

z = x + y;

System.out.println("Sum of the integers = " + z);

}

}

Answered by roshni31mondal
0

Answer:

uhhndndhxnm

Explanation:

ushsbdyxjd

Similar questions