|
|||
|
getting error as access modifier
import keyboard.Keyboard;
import java.util.Arrays; import java.util.Random; import java.lang.reflect.Array; public class AirlineBooking1 { // public AirlineBooking( //) final int SEATCAPACITY = 10; int smoke=1; int nonsmoke=2; int [] seatonezero; int m; AirlineBooking1 user = new AirlineBooking1(); seat = new int[SEATCAPACITY]; String[] seatonezero= { "0","0","0","0","0","0","0","0","0","0" }; System.out.println("Seats options: 1)SMOKE 2)NON-SMOKE. Enter your choice: "); m = Keyboard.readInt(); System.out.println m; for (int i = 0; i < 5; i++){ seat[i] = 0; } //do //{ //}while() // for(int index = 0; index<SEATCAPACITY;index++) // seat[index] = //for( int index=0; index<SEATCAPACITY; index++){ // if(again == JOptionPane.YES_OPTION){ // seat[index] = 1 ; // } //} //for( int value:list ){ // System.out.print(value + " "); // } } urgent thanx in advance |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SA1 and SA2 Sun Solaris 9.0 Dumps | Martin Lucas | SUN Certification | 5 | 11-23-2007 11:27 AM |
| Regarding Request Object | nspsuresh | Java | 3 | 04-16-2007 03:34 PM |
| Request for Interview Questions Ebook | sanereddy | Interview Questions | 2 | 01-31-2007 05:59 AM |
| solaris dumps required | venkatkumarm | Solaris | 0 | 09-12-2006 09:35 AM |
| Request To All u Nice People | luvureet | Interview Questions | 0 | 07-02-2005 04:02 PM |