JAVA_CODINGS Telegram 3
2. Program to Accept values of Two Numbers and print their Addition.

import java.util.Scanner;

class AddNumbers
{
public static void main(String args[])
{
int x, y, z;
System.out.print("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 entered integers = " + z);
}
}

@java_codings



tgoop.com/java_codings/3
Create:
Last Update:

2. Program to Accept values of Two Numbers and print their Addition.

import java.util.Scanner;

class AddNumbers
{
public static void main(String args[])
{
int x, y, z;
System.out.print("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 entered integers = " + z);
}
}

@java_codings

BY Advance Java πŸ‘¨β€πŸ’»


Share with your friend now:
tgoop.com/java_codings/3

View MORE
Open in Telegram


Telegram News

Date: |

Co-founder of NFT renting protocol Rentable World emiliano.eth shared the group Tuesday morning on Twitter, calling out the "degenerate" community, or crypto obsessives that engage in high-risk trading. Choose quality over quantity. Remember that one high-quality post is better than five short publications of questionable value. 2How to set up a Telegram channel? (A step-by-step tutorial) To upload a logo, click the Menu icon and select β€œManage Channel.” In a new window, hit the Camera icon. fire bomb molotov November 18 Dylan Hollingsworth yau ma tei
from us


Telegram Advance Java πŸ‘¨β€πŸ’»
FROM American