
- Forum
- ERP
- Oracle Apps
- Request for OCE dumps
Request for OCE dumps
This is a discussion on Request for OCE dumps within the Oracle Apps forums, part of the ERP category; hai everybody,can anyone help me by sending me any dumps for the certification in Oracle 11i System Administration............as soon as ...
-
Request for OCE dumps
hai everybody,can anyone help me by sending me any dumps for the certification in Oracle 11i System Administration............as soon as possible to the mail id mail2cmin@gmail.com
-
11-15-2007, 04:03 PM #2
- Join Date
- Nov 2007
- Answers
- 1
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
«
oracle apps
|
About api notes
»

Reply With Quote





