Download Free English Song Albums Here

Thursday

Add Two Numbers in Java

Adding Two Integers In Java:

In this section, you will learn to work with command prompt arguments provided by the user. We will access these arguments and print the addition of those numbers. In this example, args is an array of String objects that takes values provided in command prompt. These passed arguments are of String types so these can't be added as numbers. So to add, you have to convert these Strings in numeric type (int, in this example). Integer.parseInt helps you to convert the String type value into integer type. Now you can add these values into a sum variable and print it on the console by println() function.

Here is the code of program:
public class AddNumbers{
  public static void main(String[] args) {
  System.out.println("Addition of two numbers!");
  int a = Integer.parseInt(args[0]);
  int b = Integer.parseInt(args[1]);
  int sum = a + b;
  System.out.println("Sum: " + sum);
  }
}
 


Output of program:

C:\faiz>javac AddNumbers.java

C:\faiz>java AddNumbers 12 20
Addition of two numbers!

Sum: 32



Related Post:

No comments:

Post a Comment

More Posts

Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
50 Cent Albums Download (8) Akon Albums Download (11) Albums Released This November (17) Albums Released This October (24) Ashley Tisdale Albums Download (2) Avril Lavigne Albums Download (4)
+ Grab this