Define the following five functions. 1- printInfo: This function prints your name and ID to the screen. 2- calcShapeArea: 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.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Define the following five functions.
1- printInfo: This function prints your name and ID to the screen.
2- calcShapeArea: 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- calcSeriesLog: This function calculates and returns the value of log10(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.
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²+3²++
+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 c calcShapeArea), and print the slope.
Choice #3: Prompt the user to enter an integer (N), calculate the log of 1²+2²+3²+...
+N? (call calcSeriesLog), and print the result.
Choice #4: Return to the main function.
Transcribed Image Text:Define the following five functions. 1- printInfo: This function prints your name and ID to the screen. 2- calcShapeArea: 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- calcSeriesLog: This function calculates and returns the value of log10(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. 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²+3²++ +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 c calcShapeArea), and print the slope. Choice #3: Prompt the user to enter an integer (N), calculate the log of 1²+2²+3²+... +N? (call calcSeriesLog), and print the result. Choice #4: Return to the main function.
Expert Solution
steps

Step by step

Solved in 5 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY