100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary COS1512 Assignment 2 2022 R64,76   Add to cart

Summary

Summary COS1512 Assignment 2 2022

 2 views  0 purchase

COS1512 Assignment 2 2022 UNIQUE NUMBER: DUE DATE: 4 July 2022 TUTORIAL MATTER: Chapters 4,5, 6, 8 and 9 of the Study Guide Chapters 4 (section 4.6), 5 (section 5.5), 6, 8 and 9 (excluding the optional parts of section 9.2) of Savitch WEIGHT: MARKS: 30% 65 Question 1 (5) Write an ove...

[Show more]

Preview 2 out of 6  pages

  • July 11, 2022
  • 6
  • 2021/2022
  • Summary
All documents for this subject (1)
avatar-seller
SMARTDOCS
COS1512 Assignment 2 2022


UNIQUE NUMBER: 195408
DUE DATE: 4 July 2022

TUTORIAL MATTER: Chapters 4,5, 6, 8 and 9 of the Study Guide
Chapters 4 (section 4.6), 5 (section 5.5), 6, 8 and 9
(excluding the optional parts of section 9.2) of
Savitch

WEIGHT: 30%
MARKS: 65



Question 1 (5)
Write an overloaded function max that takes either two or three parameters of type
double and returns the largest of them. Test your overloaded function in a program
with the appropriate function calls and displays on the screen to demonstrate that the
overloaded function works.


Question 2 (5)
Write a C++ program that includes a function to calculate the discount applicable on
the price of an item. Your function should have three arguments: the price as a
reference parameter to a double, the discount as a double value, and a bool to
indicate if the discount is calculated as a percentage or a fixed amount. Call the
parameter to indicate whether the discount is a fixed amount, or a percentage, fixed.
When fixed is true, it will indicate that the discount is a fixed amount and when it is
false, the discount is a percentage. Your function should calculate the discount and
modify the price of the item accordingly.
Your function should check that the discount is not negative and that the price does
not drop to zero or below zero after applying the discount. Use the assert() function
to ensure that the discount is not negative and that the price does not drop to zero or
below zero once the discount is applied.
Test you program with the following input, and submit the output for all the cases:
235.97 7.35 false

5430.55 120.00 true

856.00 -12.5 false

120.00 130.00 true

, NB: Note that you are expected to use the assert macro in this question.



Question 3 (10)
Write a program to help new parents find a name for their baby. The file
BabyNames.dat contains a list of the most popular names for boys and girls, ranked
according to their popularity.

The user should be able to choose whether to look for boys’ names or girls’ names
and to specify which letter of the alphabet the names should begin with. E.g. I may
want to look for girls’ names starting with an ‘E’. Your program should copy the names
that satisfy the user’s criteria (girls’ names starting with an ‘E’ in my example) to
another file and include the ranking allocated to the name.

E.g. if BabyNames.dat contains the following data showing that James is the most
popular boys’ name and Ellen the most popular girls’ name, with Michael and Nazeera
in the 10th place:
1 James Ellen
2 Peter Eleanor
3 Rodger Mary
4 John Elise
5 Mpho Anne
6 Molefe Ella
7 Zaheer Petunia
8 Charles Eugenie
9 Tabang Charlotte
10 Michael Nazeera
The output file should look as follows, showing all the names starting with an ‘E’ and
their rank:
1 Ellen
2 Eleanor
4 Elise
6 Ella
8 Eugenie

NB: First plan your program on paper (using your computational thinking to do so).
You have to submit your plan for your program as well as the actual program
code, input and output. Planning your program can take the form of a flowchart,
pseudocode, or notes to guide you in the development of the program.


Question 4 (5)

Write a program to remove unnecessary blanks from a text file. Your program
should read the text file and copy it to another text file, but whenever more than one
blank occurs consecutively, only one blank should be copied to the second file. The
second file should be identical to the first file, except that all consecutive blanks have
been replaced by a single blank.

If the input file e.g. looked like this:

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through EFT, credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller SMARTDOCS. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for R64,76. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75323 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Start selling
R64,76
  • (0)
  Buy now