C++ program question?
-
Assume that a program is to be written for a computer supply store and that the following information must be maintained: Description Unit Price Quantity Weight printer 122.50 ----------- 8 --------- 212.00 cpu 1000.00 ---------40 ---------15.00 monitor 135.00-------- 40 -----------106.00 . . . . Assume that at any given time there are at most 100 different parts in inventory.Write just the lines of code to declare all of the variables that would be required for this application. Write the required const and typedef's first and then use them to declare the variables.
-
Answer:
Show your code. = Then people will be able to help you get it right. Inventory Structure: char Item_Name, float Item_Price, int Item_Quantity,int Item_Weight
will at Yahoo! Answers Visit the source
Other answers
Your requirement is not complete!!! The problem itself misses a complete description.
theWiseTechie
You should really define what the problem you are having in order for anyone to help you.
KodeMunkey951
Related Q & A:
- How Can I use .net dll in C program?Best solution by Stack Overflow
- How to run an executable from within a c program?Best solution by Stack Overflow
- My question is about a tv program?Best solution by Yahoo! Answers
- Help with c++ grading program.Best solution by Yahoo! Answers
- Can anyone help me with this C++ program?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.