Programming › Re: Help On Java by candylips(m): 10:53pm On May 01, 2011 |
removed |
Programming › Re: Help On Java by candylips(m): 11:24am On May 01, 2011 |
^^ |
|
Programming › Re: Help On Java by candylips(m): 8:37pm On Apr 29, 2011 |
segsalerty: public class Aircraft { private ArrayList<Passengers>pass=new ArrayList<Passengers>(); //holdin all passangers private int seats; private String name; private int fare; private int weight; private int luggage; private int tpw; private int totalfares; private Passengers p; public void addPass(String i,int f, int w, int l){ name=i; fare=f; weight=w; luggage=l; p= new Passengers(name,fare,weight,luggage); tpw=w*l; if(tpw>250){ System.out.println("Too much weight" ; System.out.println(name +" Cannot be added!" ; }else{ pass.add(p); //add the passanger totalfares=totalfares+fare; //add to the total fares System.out.println("You have just added "+name); } } public ArrayList<Passengers> getPass(){ System.out.println(pass); return pass; } public int getTotalfares(){ System.out.println(totalfares); return totalfares; } } You can declare p inside the addPass method. no need making it an instance variable |
|
|
|
|
|
Jobs/Vacancies › Re: Chevron Ng Skill Test - Re: Application For Employment by candylips(m): 8:56pm On Apr 19, 2011 |
i got a mail for an interview today. but its for the data management role |
|
|
|
|
Jobs/Vacancies › Re: Chevron Ng Skill Test - Re: Application For Employment by candylips(m): 3:11pm On Apr 11, 2011 |
Yes I did it at their London office |
Nairaland General › Re: Note To Debosky (sexuality Forum Moderator). by candylips(m): 5:10pm On Apr 10, 2011 |
and so ? |
|
TV/Movies › Re: What Series Are You Watching Now? by candylips(m): 11:15pm On Apr 08, 2011 |
|
|
Nairaland General › Re: Note To Debosky (sexuality Forum Moderator). by candylips(m): 8:57pm On Apr 08, 2011 |
debosky has now changed. he is now a confirmed badosky |
|
|
Nairaland General › Re: How Can A Forumite Join The Elite Rank of "The Untouchables" by candylips(m): 9:21pm On Apr 07, 2011 |
hmm |
Travel › Re: Stop Binning Your Money For Uk Visas If. . . . by candylips(m): 1:01pm On Apr 06, 2011 |
Interesting |
Jobs/Vacancies › Re: Chevron Ng Skill Test - Re: Application For Employment by candylips(m): 11:47am On Apr 04, 2011 |
queend: Candylips pls can u give examples of the geological questions? I can't recall the questions sorry |
|
|
Dating And Meet-up Zone › Re: Uk Boy In Lagos Vi For Vi Lagos Posh Girls To Hang Out With, Holla by candylips(m): 5:11pm On Apr 02, 2011 |
Watch it |
Jobs/Vacancies › Re: Chevron Ng Skill Test - Re: Application For Employment by candylips(m): 10:14pm On Apr 01, 2011 |
xmen: Data Mgt Analyst/24Mar i did that too. very tough geological questions for those of us from a non oil background. the Unix and SQL was a breeze though |
|
Celebrities › Re: P Square Accommodation Scandal by candylips(m): 7:52pm On Mar 31, 2011 |
na where d biys dey live now |
|