View Single Post
  #1  
Old 02-01-2011, 01:10 AM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default Elevator program, calling methods and classes in Java?

I am trying to write an elevator test program in java. It is suppose to execute the following steps using the methods in the class: 1: Starting from the first-floor. 2: Go to 2nd (update bool GoingUp) 3: Go to 3rd 4: Back to second floor This is what I have!
__________________
Java
domain name forum
Reply With Quote