₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,803 members, 8,428,164 topics. Date: Wednesday, 17 June 2026 at 02:39 AM

Toggle theme

Candylips's Posts

Nairaland ForumCandylips's ProfileCandylips's Posts

1 2 3 4 5 6 7 8 ... 15 16 17 18 19 20 21 22 23 (of 587 pages)

ProgrammingRe: Help On Java by candylips(m): 10:53pm On May 01, 2011
removed
ProgrammingRe: Help On Java by candylips(m): 11:24am On May 01, 2011
^^
ProgrammingRe: 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"wink;
           System.out.println(name +" Cannot be added!"wink;
        }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/VacanciesRe: 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/VacanciesRe: 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 GeneralRe: Note To Debosky (sexuality Forum Moderator). by candylips(m): 5:10pm On Apr 10, 2011
and so ?
TV/MoviesRe: What Series Are You Watching Now? by candylips(m): 11:15pm On Apr 08, 2011
eghost247:
Vampire Diaries Damn Alaric is Klaus Cant Wait for Next Week grin grin grin
i was shocked when they revealed his face as Klaus shocked shocked
Nairaland GeneralRe: 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 GeneralRe: How Can A Forumite Join The Elite Rank of "The Untouchables" by candylips(m): 9:21pm On Apr 07, 2011
hmm
TravelRe: Stop Binning Your Money For Uk Visas If. . . . by candylips(m): 1:01pm On Apr 06, 2011
Interesting
Jobs/VacanciesRe: 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 ZoneRe: 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/VacanciesRe: 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
CelebritiesRe: P Square Accommodation Scandal by candylips(m): 7:52pm On Mar 31, 2011
na where d biys dey live now

1 2 3 4 5 6 7 8 ... 15 16 17 18 19 20 21 22 23 (of 587 pages)