Thu Jan 29, 2009 4:05 pm
public class ProjectIT {
public static void main(String[] args) {
int x=4;
int y=4;
float sum=x+y;
System.out.print(sum+"\n");
ProjectIT projectIT= new ProjectIT();
projectIT.getNumberOfProjects();
}
public int getNumberOfProjects()
{
int numOfProjects=4;
return numOfProjects;
}
}
public class Car {
private int model;
private int gear;
private int maxSpeed;
private int tires;
private boolean startEngine;
private int fuel;
public Car() {
}
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.