C++ Answers

Questions answered by Experts: 9 913

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

create a class Matrix the stores it in a safe 2D array .that is it it should check for array index bounds .a constructor should allow the programmer to specify the actual dimensions of the matrix. define number functions : putel() for taking 3 argument row index , column index and the element storing it in the corresponding location. getel() for taking 2 arguments row and column indexes and returns the elements from that location . overload the operators +,-,and * appropriately


create a person class with name as it's data member . provide 4 functions getname() to get input from user and putname() to display output. Write two virtual functions getdata() and outstanding() where both these functions takes no argument and getdata() returns no value but outstanding () returns a Boolean value. Derive student and professor from person. student class should contain GPA as its float type data member and overrides the virtual functions appropriately .in professor class provide number of publications as data member and overrides the virtual functions appropriately. write a main program to declare an array of pointers to person object and depending on the choice from user create a student object or professor object and store it in person array for n persons. display the details along with whether the person is outstanding or not



1. The results from search engines cannot be relied upon.'carry out any additional research you need in order to discuss whether or not you think this statement is true.
1. Develop an explanation of the purpose of and interaction between hardware , system software and applications to someone who is unfamiliar with them. To help the explanation use an example based on the creation of a spreadsheet to calculate wages based on hours worked.start your description with when the Pc is first switched on.
1. Why are companies unlikely to use web-based e-mail services like Yahoo! And MSN, for business purposes?
1.what are the benefits of web-Based e-mail services,like those offered by Yahoo! And MSN ,for home users? why are companies unlikely to use these services for business purposes?[25 Marks].

professor chang wants a program that caculates and displays the are of a circle, given the circle's radius. the formula for calculating the area of a circle is πr^2, where π and r represents pi and the radius, respectively. the professor wants to use the value of pi reounded to two decimal places, which is 3.14

enter the first number, second number, and third number

calculate the sum by adding together the first number, second number, and third number

calculate the average by dividing the sum by 3

display the average


enter the assessed value and tax rate

caculate th annual property tax by dividing the assessed value by 100 and then multiplying the result by the tax rate

display the annual property tax


Management of Charles Saah & Associate a poultry farm has realized that the staff are
stealing the eggs that are harvested, counted and kept in stock. This is because they
cannot check how many eggs have been sold, and how many left. After several
consultations they decided to automate the stock taking process. The chief executive
officer Charles Saah, contacted Charles Saah of AiT Systems (CSAiTS) to help develop
a system for the automation. It was decided that the software for the automation should
perform the following when installed. Assuming that a crate of egg cost GHS20 and only
full crates of eggs are to be sold.
a. Take the name of the person harvesting the eggs, the total crates of eggs
harvested and stocked.
b. Allow eggs to be sold in creates but, cannot sell more crates of eggs than in stock.
This process should be performed five time each time compare the stock level as
you cannot sell more than what is in stock.
C. Explain the logic behind your code.
LATEST TUTORIALS
APPROVED BY CLIENTS