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

  Create a graphical (not text-based) visual c++ program

Create a graphical (not text-based) Visual C++ program that allows the user to enter the coefficients for a system of four equations with four unknowns. Include a button that when clicked, will solve the system of equations and display the results in..

  A used car dealership maintains an inventory

Submit the completed program (all 4 parts) including all class definitions/implementations in a single .cpp source file (i.e., do not construct separate files for class headers and implementation).

  C++ programming uml diagrams

The goal of this lab is to better familiarize you with polymorphism and the factory design pattern, two key components in Assignment

  Discuss the differences concerning how a program would acces

Discuss the differences concerning how a program would access the members of objects that have been declared as an array of objects

  Use the top-down modular approach to design program

Use the top-down modular approach and pseudocode to design a suitable program to solve it. Where appropriate, use defensive programming techniques.

  Contains a design with a while loop

This problem contains a design with a while loop. Assume that sum references a doubleword in the data segment and that count is in the ECX register. Give a fragment of 80x86 assembly code that implements the design.

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Write a program to make the ssds function

Write a program to make the SSDs function as a MM:SS real-time clock. Hint: You must not use a single delay routine for the one second delay because that will not allow for persistence of vision. The displays need to be constantly refreshed during ev..

  Individual genes are substrings of a genome

Individual genes are substrings of a genome delineated by 3-element start and stop codons. Genes begin with the start codon ATG and end with one of the following 3 stop codons: TAG, TAA or TGA. Note that start codons can appear anywhere in the string..

  A constructor that constructs a rectangle2d

A constructor that constructs a Rectangle2D with specified points as coordinates.A no-argument constructor that creates the rectangle with points (0, 0), (5, 5) and (0, 5) and

  Write a program in c that will find smallest value

Write a programe c that will find the smallest, largest and average values in a collection of N numbers.Get the value of N before scanning each value in the collection of N numbers.

  Create constructor function which takes no inputs

You must have the constructor function which takes no inputs and randomly generates the 5 letter string for name and random integers from 20 to 40 for both age and class size.

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