Write a recursive function

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

Part 1 

1.  This chapter uses the class rectangleType to illustate how to overload the operators +, *, ==, !=, >>, and <<. In this exercise, first redefine the class rectangleType by declaring the instance variables as protected and then overload additional operators as defined in parts a to c.

a.  Overload  the  pre-  and  post-increment  and  decrement  operators  to increment  and  decrement,  respectively,  the  length  and  width  of  a rectangle by one unit. (Note that after decrementing the length and width, they must be postive.)

b.  Overload the binary operator - to subtract  the dimensions of one rectangle from the corresponding dimensions of another rectangle. If the resulting dimensions are not positive, output an appropriate message and do not perform the operation.

c.  The operators == and != are overloaded by considering the lengths and widths of rectangles. Redefine the functions to overload the relational operator by considering the areas of rectangles as follows: Two rectangles are the same, if they have the same area; otherwise, the rectangles are not the same. Similary, rectangle yard1 is greater than rectangle yard2 if the area of yard1 is greater than the area of yard2. Overload the remaining relational operators using similar definitions.

d.  Write the definitions of the functions to overload the operators defined in parts a to c.

e.  Write  a  test  program  that  tests  various  operations  on  the class rectangleType.

Part 2

 a.  Rewrite the definition of the class complexType so that the arith-metic and relational operators are overloaded as nonmember functions.

b.  Write the definitions of the member functions of the class complexType as designed in part a.

c.  Write  a  test  program  that  tests  various  operations  on  the  class complexType as designed in parts a and b. Format your answer with two decimal places.

Part 3

Write a program that prompts the user to enter time in 12-hour notation. The program then outputs the time in 24-hour notation. Your program must  contain  three  exception  classes:  invalidHr,  invalidMin,  and invalidSec. If the user enters an invalid value for hours, then the program should throw and catch an invalidHr object. Similar conventions for the invalid values of minutes and seconds.

Part 4

Write a program that prompts the user to enter a person's date of birth in numeric form such as 8-27-1980. The program then outputs the date of birth in the form: August 27, 1980. Your program must contain at least two exception classes: invalidDay and invalidMonth. If the user enters an invalid value for day, then the program should throw and catch an invalidDay object. Similar conventions for the invalid values of month and year. (Note that your program must handle a leap year.)

Part 5

Write a recursive function that takes as a parameter a nonnegative integer and generates the following pattern of stars. If the nonnegative integer is 4, then the pattern generated is:

****

***

**

*

*

**

***

****

Also, write a program that prompts the user to enter the number of lines in the pattern and uses the recursive function to generate the pattern. For example, specifying 4 as the number of lines generates the above pattern.

Part 6

Write a recursive function, vowels, that returns the number of vowels in a string. Also, write a program to test your function.

Reference no: EM13509762

Questions Cloud

What is the disks new angular speed : A bug (2 grams) crawls from the center to the edge of a disk that is freely turning at 20 rpm. What is the disk's new angular speed
Write definitions of the functions to overload the operators : Write the definitions of the functions to overload the operators defined in parts a to c and write  a  test  program  that  tests  various  operations  on  the class rectangleType.
Evaluate and discuss the comparative forms : Evaluate and discuss the comparative forms of doing business and discuss the pros and cons of each, explaining your rationale in detail. Which form would you use? Why?
Amount relates to the factory : 75% of this amount relates to the factory.
Write a recursive function : Write a recursive function, vowels, that returns the number of vowels in a string and write the definitions of the functions to overload the operators defined in parts a to c.
Explain lamar performed legal services for e. garr : Lamar performed legal services for E. Garr. Due to a cash shortage, an agreement was reached whereby E. Garr. would pay S. Lamar a legal fee of approximately $8,000 by issuing 2,000 shares of its common stock (par $1).
Find the minimum diameter of an given brass wire : Find the minimum diameter of an l = 18.9 m long brass wire that will stretch no more than 9.38 mm when a mass of 312 kg is hung on the lower end
Complete a new performance report for the quarter : Complete a new performance report for the quarter
Calculate the kinetic energy of the bowling ball : A bowling ball, which can be treated as a solid sphere with a diameter of 21.6 cm and a weight of 33 kg, The kinetic energy of the bowling ball is

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