1- printlnfo: This function prints your name and ID to the screen. 2- caleShapeArea: This function calculates and returns the area of a shape (Triangle or Rectangle). The function should take two double arguments (dimensions of the shape) and a single character (T, or 'R'). * If the character argument is T then the area of a triangle with the passed arguments should be calculated and returned. • If the character argument is R' then the area of a rectangle with the passed arguments should be calculated and returned. + Otherwise the function should return 0. 3- caleSeriesLog: This function calculates and returns the value of log,«(1²+2*+. +N°). The function should take one integer argument (N). Hint: Use loops to calculate the series and the cmath library to calculate its log.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section: Chapter Questions
Problem 9PP
icon
Related questions
Question
C++ code please answer
2:14 M C • •
CPE 150 Task 06.pdf
Yarmouk University
Hijjawi Faculty for Engineering Technology
Computer Engineering Department
CPE 150: Introduction to Programming
Task 06: Functions I
Define the following five functions.
1- printInfo: This function prints your name and ID to the screen.
2- caleShapeArea: This function calculates and returns the area of a shape (Triangle or
Rectangle). The function should take two double arguments (dimensions of the shape) and
a single character (T', or 'R').
* If the character argument is T' then the area of a triangle with the passed arguments
should be calculated and returned.
If the character argument is 'R' then the area of a rectangle with the passed arguments
should be calculated and returned.
* Otherwise the function should return 0.
3- caleSeriesLog: This function calculates and returns the value of log,o(1²+2?+3*+4°+..
+N). The function should take one integer argument (N). Hint: Use loops to calculate the
series and the cmath library to calculate its log.
4- printMenu: This function displays the following menu at the screen.
Main Menu
1- Print Information
2- Calculate Line Slope
3. Calculate Log of 1+2+32+4+.... +N?
4- Exit.
Main Function:
Write a menu driven program that repeatedly displays the menu to the user (call printMenu)
and prompt the user to enter his/her choice. The menu should work as follows:
• Choice #1: print your information (Name and ID) to the screen.
Choice #2: Prompt the user to enter two value (diminutions of the shape), calculate the
area (call e caleShapeArea), and print the slope.
• Choice #3: Prompt the user to enter an integer (N), calculate the log of 1+2+3+..
+N? (call caleSeriesLog), and print the result.
• Choice #4: Return to the main function.
Good Luck
Spring 2021
II
Transcribed Image Text:2:14 M C • • CPE 150 Task 06.pdf Yarmouk University Hijjawi Faculty for Engineering Technology Computer Engineering Department CPE 150: Introduction to Programming Task 06: Functions I Define the following five functions. 1- printInfo: This function prints your name and ID to the screen. 2- caleShapeArea: This function calculates and returns the area of a shape (Triangle or Rectangle). The function should take two double arguments (dimensions of the shape) and a single character (T', or 'R'). * If the character argument is T' then the area of a triangle with the passed arguments should be calculated and returned. If the character argument is 'R' then the area of a rectangle with the passed arguments should be calculated and returned. * Otherwise the function should return 0. 3- caleSeriesLog: This function calculates and returns the value of log,o(1²+2?+3*+4°+.. +N). The function should take one integer argument (N). Hint: Use loops to calculate the series and the cmath library to calculate its log. 4- printMenu: This function displays the following menu at the screen. Main Menu 1- Print Information 2- Calculate Line Slope 3. Calculate Log of 1+2+32+4+.... +N? 4- Exit. Main Function: Write a menu driven program that repeatedly displays the menu to the user (call printMenu) and prompt the user to enter his/her choice. The menu should work as follows: • Choice #1: print your information (Name and ID) to the screen. Choice #2: Prompt the user to enter two value (diminutions of the shape), calculate the area (call e caleShapeArea), and print the slope. • Choice #3: Prompt the user to enter an integer (N), calculate the log of 1+2+3+.. +N? (call caleSeriesLog), and print the result. • Choice #4: Return to the main function. Good Luck Spring 2021 II
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr