Hi .... i have a problem...
i need to know how to make this program, using arrays only, maybe no function calls . also it must be in line code.
well, this is the program.
Create a program,,,that store , name, prize , barcode of an item.
It can add, view, search and delete item.
Items are only 10 elements:Barcod e is auto-increment.
sample:
Barcode: Name prize:
1.10000 calculus $100
2.10001
3
.
.
.
.
.10. blah blah..
The user will choose:
[A]dd item
[V]iew items
[S]earch item
[D]elete item
[Q]uit.
in Add item:
Name:
Prize:
that will stored.
View items:*it will view all 10 items:
Search:
Search: name
Delete item:
Delete what number:
Quit: quits the program..
Hope you can help me ....
thanks and more power...!
i need to know how to make this program, using arrays only, maybe no function calls . also it must be in line code.
well, this is the program.
Create a program,,,that store , name, prize , barcode of an item.
It can add, view, search and delete item.
Items are only 10 elements:Barcod e is auto-increment.
sample:
Barcode: Name prize:
1.10000 calculus $100
2.10001
3
.
.
.
.
.10. blah blah..
The user will choose:
[A]dd item
[V]iew items
[S]earch item
[D]elete item
[Q]uit.
in Add item:
Name:
Prize:
that will stored.
View items:*it will view all 10 items:
Search:
Search: name
Delete item:
Delete what number:
Quit: quits the program..
Hope you can help me ....
thanks and more power...!
Comment