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 program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

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

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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