Is it possible?

Sample:

My app prompts the user for input of first name, last name, address, city,
state, etc plus two double elements. Each of these groups equal on element
to display
(i.e.
{
Joe Blow
123 S Main st.
Somewhere, Tx 83999
number of widgets = 33
price per widget = 22
total spent on widgets = $726.00
}

All elements are of typs String except the number of widgets (float) and
total spent per widget (double).
I collect this information for a set number of people, then terminate with a
summary of total spent per person.


Can this dataset be stored in an array to allow it to be retrieved as a
single array element (the data {between the curly braces} above), for each
person entered?

Possible?

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to