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???
User Profile
Collapse
-
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...Leave a comment:
-
-
-
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?Leave a comment:
-
I know i need training, but I need to resolve these questions? can you help pleaseLeave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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????
No activity results to display
Show More
Leave a comment: