Skip to content
public class Addition
{
  public static void main(String args[])
  {
     
      int x=40;
      int y=2;
      int z=x+y;
      System.out.println("Answere is"+z);
    }
}

 

Submitted By: Ms. Zarin Shroff

If this program was helpful to you, do leave a comment.
All Creadit goes to Ms. Zarin Shroff

P.N. : All the post on this website are for demonstration and education purpose only.
Student should perform all the practicals for there personal copies.

3 thoughts on “Addition”

Leave a Reply to Suchetana Mukherjee Cancel reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!