Be on schedule.Score better.

support@savemydegree.com

EN

Our Services

Get 15% Discount on your First Order

Please review the info below :Submit the .cpp and .h source code files on Ecampus. 1. Create a file named geometry.h that will contain

Please review the info below :

Submit the .cpp and .h source code files on Ecampus.

1. Create a file named geometry.h that will contain the following functions:

VolSphere()
AreaSphere()
VolCone()
AreaCone()
VolCylinder()
AreaCylinder()
VolDonut()

Hint: Donut/Torus volume = 2 * pi * pi * R * r * r

Food items will have these dimension:
Apple – sphere that is 3″ diameter
Pizza – cylinder that is 12″ diameter and 0.5″ thick
Donut – 4″ diameter and 2″ hole  (R=1.5, r=0.5)
Ice Cream Cone – cone is 5″ tall with a 2″ diameter; it has one scoop of ice cream that’s a 2.5″ diameter sphere

Create a program named food.cpp that asks the user how many apples, pizzas, donuts, and ice cream cones they will eat.  Tell the user the total volume of food they will eat.

Please turn in both the geometry.h file 
and food.cpp

2. Write a program called lol.cpp that allows the user to enter a sentence.  Then program then searches the sentence for various lolspeak abbreviations and substitutes them with the proper words. 

You should have a function named LOLSpeak that takes your sentence, abbreviation, and translation as parameters and returns the corrected sentence:

string LOLSpeak(string S, string Abbr, string Translation)

Make your program work with the three abbreviations below AND at least 7 more of your own (total 10).  You may assume that there is a space before and after your abbreviation. 

Search for this

Replace it with this

” u “

” you “

” lol “

” laughing out loud “

” brb “

” be right back “

Note: You cannot use a normal cin statement to input a sentence (it truncates after the first space).  Use the getline function:

String S;
getline(cin,S);

Program 2 Example Output

This program will correct ur lolspeak abrreviations.
Enter a sentence:
I think that u are lol at my joke.

The corrected sentence:
I think that you are laughing out loud at my joke.

Please not :

Check if the abbreviation is at the beginning or end of a sentence.

Have your abbreviations and replacements in a file that is read in and processed.

image1.gif

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Instructions are posted.CMIS 320 Project 2IntroductionThis assignment allows students to demonstrate their skills in designing relational data

Instructions are posted. CMIS 320 Project 2 Introduction This assignment allows students to demonstrate their skills in designing relational databases to satisfy specific business rules and requirements. The deliverables for this assignment include an Entity Relationship Diagram (ERD) and the associated detailed documentation describing the database design and structure. In

2OutlineStudent’s Name Institutional Affiliation Course Name Instructor’s Name Date

2 Outline Student’s Name Institutional Affiliation Course Name Instructor’s Name Date Outline I. Introduction A. Definition of digital signatures B. Importance and applications of digital signatures C. Thesis statement and overview of the paper II. Detailed Description of Digital Signatures A. Cryptographic principles behind digital signatures 1. Public key cryptography

2OutlineStudent’s Name Institutional Affiliation Course Name Instructor’s Name Date

2 Outline Student’s Name Institutional Affiliation Course Name Instructor’s Name Date Outline I. Introduction A. Definition of digital signatures B. Importance and applications of digital signatures C. Thesis statement and overview of the paper II. Detailed Description of Digital Signatures A. Cryptographic principles behind digital signatures 1. Public key cryptography