User Profile

Collapse

Profile Sidebar

Collapse
jamieexley
jamieexley
Last Activity: Aug 29 '06, 12:12 PM
Joined: Aug 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jamieexley
    replied to Homework help
    in Java
    Just 1 more! Please
    (3rd & Final)

    Using the same bank account as in the previous question, and a list of strings:
    Map<String,Inte ger> bank;
    List<String> names;

    I need to write a loop which fills the list names with the names of all account holders whose accounts are overdrawn, i.e. the balance of their account is less than zero???
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    What is the loop which will store the name of the person with the most money in....

    A bank account is stored as a Map which maps the names of the account holders to a value representing the current balance of their account:
    Map<String,Inte ger> bank;

    Given a String variable declared like this:
    String rich = null;
    How is the loop which will store the name of the person with the most money...
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    Thank u very much, appreciate that.
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    thanks 4 the help
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    What is the loop which finds the largest value in list and stores it in max?

    Given a list of integers and an integer variable declared like this:
    List<Integer> list;
    int max;

    and assuming that some values have been added to the list,
    What is the loop which finds the largest value in list and stores it in max?
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    I know i need training, but I need to resolve these questions? can you help please
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    Programmings questions, Novice please help

    [1] Given a list of integers and an integer variable declared like this:
    List<Integer> list;
    int max;

    and assuming that some values have been added to the list, write a loop which finds the largest value in list and stores it in max.
    --------------------------------------------------------------------------------

    [2] A bank account...
    See more | Go to post

    Leave a comment:


  • jamieexley
    replied to Homework help
    in Java
    3 JAVA questions - Urgent help

    3 JAVA QUESTIONS THAT I NEED ANSWERING??!?!

    Enter the parameters needed in the constructor call below to create a Date variable whose intitial value is the 15th of March 2004.

    Date d = new Date( ____________ );
    --------------------------------------------------------------------------------

    [2] There is a standard class called DateFormat which (among...
    See more | Go to post

    Leave a comment:


  • jamieexley
    started a topic Homework help
    in Java

    Homework help

    what are the parameters needed in the constructor call below to create a Date variable whose intitial value is the 15th of March 2004????
    See more | Go to post
No activity results to display
Show More
Working...