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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education