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
Christine Jan Blabagno
NA
1
0
Write a program that records the inventory for a shoe store in an array of records.
Apr 17 2010 2:08 AM
Write a program that records the inventory for a shoe store in an array of records. Option to save and retrieve the records to a disk file should be provided also.
The user is given the following choices: enter a new record, display a record, change the price of a stock item, or change the number on hand. When specifying a record, the user may give the stock number or the style number. The array index can be used as the stock number. If the user decides to change the stock hand, the program should ask which sizes will have their stock on hand changed. The program should be designed to run indefinitely, keeping track of changes in stock.
Use the type of declaration below. The type declaration will have to be casted as classes.
stocknum ->integer
stylenum ->integer
...
See More
sizerange ->integer
class shoe has attributes:
style -> stylenum
count ->array[sizerange]of integer
price ->real
Reply
Answers (
1
)
Login Form (Username +Password) connecting with Mysql database in C#???
count number in string list using c-sharp .