Sum of Two Numbers Program in Java

Advertisements

Prev Tutorial Next Tutorial

Sum of Two Numbers Program in Java

In this program we use two variables which have already contain values and sum of these numbers store in third variable.

Sum of Two Numbers Program in Java

class Addition 
{
 public static void main(String[] args) 
 {
 int a=10, b=20, c=0;
 c=a+b;
 System.out.println("Sum: "+c);
}
}

Output

Sum: 30

Syntax to compile and run java program

Syntax

for compile -> c:/javac Addition.java
for run -> c:/java Addition

Explnation of Code

  • System.out.println("....."): are used for display message on screen or console.

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements