M.sc Tech(IMCA) final year.

M.sc tech. Final year

2005-2006

2006-2007

2007-2008

2008-2009

2009-2010

2010-2011

2011-2012

2012-2013

2013-2014

2014-2015

2015-2016

2016-2017

2017-2018

2018-2019

2019-2020

2020-2021

2021-2022

2022-2023

2023-2024

Package program of java.



Posted by Dr. jha
Link-->To his blog.




package j1;
public class Mathh{
int x=4,y=5;

public void sum(){
int sum=x+y;
System.out.println("sum="+sum);
}

public void mul(){
int mul=x*y;
System.out.println("mul="+mul);
}
}

Newer Post Older Post Home
Travel theme. Powered by Blogger.