Write a program using the class as defined

Assignment Help C/C++ Programming
Reference no: EM13315987

Write a program using` the class as defined below. Put the class definition in a separate header file, and put all the functions' code in a separate Resource file. Then write the main program in another file. that will read in some numbers and test out whether your functions all work.

As you can surmise from the names, the class has two constructors (test both of them), and it has two accessor functions (test both of them), and a function to calculate the perimeter of the quadrilateral. You can think of a quadrilateral as having at most only two distinct values for its sides (a rectangle, say). The friend function is to allow comparison of the perimeters of two quadrilaterals. Test out this function too. Keep the class definition as it is written here.

#include <iostream>

using namespace std;

class Quadrilateral
{
public:
Quadrilateral();
Quadrilateral(int sl, int s2);
void Perim();
int GetSide1();
int GetSide2();
friend char Compare(Quadrilateral shl, Quadrilateral sh2);
int p;
int sidel, side2;

After your program is debugged and you have checked the results by hand, send in three WordPad files having your three parts to the program.

Reference no: EM13315987

Questions Cloud

What is the persons acceleration : If a 60.0 kg person slides down an incline angled 25%u02DA below the horizontal and friction IS present with a coefficient of kinetic friction equal to k = 0.450. What is the person's acceleration
Compute the amount of manufacturing overhead : For Karr Company, the predetermined overhead rate is 140% of direct labor cost. During the month, Karr incurred $90,000 of factory labor costs, of which $80,000 is direct labor and $10,000 is indirect labor. Actual overhead incurred was $119,000.
Calculate what is the pressure at the siphon crown : The siphon crown is 1.2m above the water surface elevation of the reservoir and a length 10m away from the siphon entrance. If the siphon diameter is 30 cm, if the friction factor is .02, and the headless coefficient are .2 (inlet) and 1 (exit),
What is the magnitude of the resistive force : For a huge luxury liner to move with constant velocity, its engines need to supply a forward thrust of 7.05 105 N. What is the magnitude of the resistive force
Write a program using the class as defined : Write a program using` the class as defined below. Put the class definition in a separate header file, and put all the functions' code in a separate Resource file.
Explain a/some pattern/s of behaviour that you have observed : Select ONE of these lessons (principles), (the standard of living depends on a country's production)and explain a/some pattern/s of behaviour that you have observed in the media (newspapers, television, radio, Business Review Weekly, The Economist, e..
Find the mass of the stick using method of torques : We used a 100g mass hung from the 10 cm mark on a meter stick. find the mass of the stick using method of torques
How many weeks must pass before likelihood of lake water : A lake has a water level which is used to determine if watering restrictions need to be implemented for the neighboring city. Water levels are measured on a weekly basis, and restrictions are placed if the lake level drops below 1060 ft.
Explain how and why firms practice 3rd degree price : Explain how and why firms practice 3rd degree price discrimination. Use the handout to illustrate your answer (coupons; airlines, mobile phones).

Reviews

Write a Review

C/C++ Programming Questions & Answers

  The actual solution of the equation shall be done

The actual solution of the equation shall be done by a function named equSolver(), which takes three coefficients as parameters and returns a structure of three fields: two roots (if they exist) and a boolean indicator, whether the roots do exist.

  Prepare a program that uses at least two functions

Prepare a program that uses at least two functions that can be called from your main.

  Write in c++. read an inputfile.txt

write in C++.  read an inputFile.txt which contains integers that are virutal addresses, and I am suppossed to translate that into physical addresses using a page table and a transition lookaside buffer

  Implement recursive algorithms using a stack

Show the difficulties of the added complexity and which of the two sorts is easier to implement nonrecursively? Why?

  A program computes and displays the number of centimeter

The Earth's ocean levels have risen an average of 1.8 millimeters per year over the past century. Write a program computes and displays the number of centimeters and number of inches the oceans rose during this time.

  Create a detailed ipo chart

Create a detailed IPO chart that also includes the algorithm from the attached c++ source code.

  Calculates the position of a cannonball

Write a c++ program that calculates the position of a cannonball that is fired straight up in the air. Use short time intervals (.01 seconds) and display the position and velocity every second.

  Writer a program that allows the user to enter

Writer a program that allows the user to enter an unknown number of characters, stores those characters in a data structure (a vector) and then prints the values to the screen.

  Write a method, to be included in a template unsorted list

Write a metho, to be included in a template unsorted list class, called replace_item, that will receive two xType parameters, one called olditem, the other called newitem.

  We wish to process survey results

Suppose we wish to process survey results that are stored in a file. This exercise requires twoseparate programs. First, create a program that prompts the user for survey responses and outputseach response to a file

  Prepare a temperature converter

Have to write a small program that prompts the user to enter a temperature in degrees Fahrenheit and then prints a massage as to whether the alarm will sound at that temperature.

  Design a nested program

How many levels of nesting are there in this design?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd