TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kyler Chamberlain
NA
1
0
Need Help on C# ArrayList Program
Jan 30 2008 3:17 PM
Hi
I'm new to C# and programming in general. I know a few basics but my knowledge of C# is limited. I'm currently learning about Object-Oriented Programming and using ArrayLists in programs and am really confused.
My assignment for this part is to write a program that allows a user to carry out transaction processing (add, change, delete, display) by using an ArrayList.
I'm doing a DVD collection so I know that I need:
DVD Title - which is a string
Availability - which is a char: X for can't find, A for its available and L for loaned out
Genre - which is again a string
Rating - Integer (number of stars ****)
Date of Purchase - float
Price - float
If anyone could help me understand this at all, it would be greatly appreciated.
Reply
Answers (
1
)
Converting List<> generic to array[]
String Arrays