- 1
1. Write a program in C++ to find the first 10 natural numbers. 2. Write a program in C++ to find the sum of first 10 natural #
4 Answers
+ 1
You haven't even started learning C++ yet. Get yourself started, and don't stop until you get to and understand the chapter covering loops. A.loop is what you need for these types of task.
If you need examples, you can search the "Code" section.
+ 1
Didn't actually get answers but I have learned a lot
0
The Department of Computer Science is an independent entity , therefore, the department must maintain and manage its own resources. The
department must maintain information about four types of resources, namely, physical resources,
human resources, intellectual resources and financial resources.
Physical resources have the following attributes:
âPR code, PR description and location.
Human resources have the following attributes:
âEmployment number, HR occupation and office number.
Intellectual resources have the following attributes:
âIR code and IR description.
Financial resources have the following attributes:
âFR code, FR name, Value.
Physical Resources may include the equipment, buildings, inventory and the innovation
property( assuming we have many) , Human Resources are employees, Intellectual Resources are the
types of business resources which are nonphysical and intangible in nature like patents of the product,
brands of the organization, copyright over importa
0
copyright over important materials and even the partnerships and Financial
Resources often include cash, credit, and lines of credit along with the ability to have options of stock
plans for the employees.
You are requested to develop a C++ Menu Driven application to keep track of all such resources for
the Department of Computer Science. When your app starts, it must display a list of all possible
operations one can perform. This list should always be in display no matter what operation is being
carried out. You will need a user-defined data type to cater for each resource; please do not use classes.
Be Creative in design and use arrays to store your resources. Design your own menu.