CIS 1000C Chapter 9 High Level Programming Lab Note:
CIS1000C Chapter 9 High Level Programming Lab Note: To get credit, you must score 60 pts. or higher Name: 1. Mad Lib - Write a...
CIS1000C
Chapter 9 High Level Programming Lab
Note: To get credit, you must score 60 pts. or higher
Name:
1. Mad Lib - Write a C++ program that plays a word game with the user. (35 pts.) The program should ask the user to enter the following: • His or her name • His or her age • The name of a city • The name of a college • A profession • A type of animal • A pet’s name After the user has entered these items, the program should display the following story, inserting the user’s input into the appropriate locations: There once was a person named NAME who lived in CITY. At the age of AGE, NAME went to college at COLLEGE. NAME graduated and went to work as a PROFESSION. Then, NAME adopted a(n) ANIMAL named PETNAME. They both lived happily ever after!
2. Write a C++ program that prompts the user for the base and height of a triangle, and calculates and displays its area. (35 pts.) Hint: Area of a triangle = (base * height) / 2
3. Write a C++ program that prompts the user for a number n and returns the sum of the values from 1 to n. (35 points)
12 years ago
Purchase the answer to view it

- firstprogram_0.cpp
- secondprogram.cpp
- thirdprogram.cpp
