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 # | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 #

21st Dec 2021, 4:04 PM
Letsabisa Lesaoana
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.
21st Dec 2021, 4:23 PM
Ipang
+ 1
Didn't actually get answers but I have learned a lot
23rd Dec 2021, 8:36 AM
Letsabisa Lesaoana
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
12th Jan 2022, 4:48 PM
Letsabisa Lesaoana
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.
12th Jan 2022, 4:49 PM
Letsabisa Lesaoana