Question: Draw a flowchart a the program that gets two numbers from user (a, b), finds a + b, finds a^2 and b^2, find a^2 +

Draw a flowchart a the program that gets two numbers from user (a, b), finds a + b, finds a^2 and b^2, find a^2 + b^2, and finally finds and displays (a^2 + b^2/(a + b). The program doesn't accept any number bigger than 100. So, include a condition that checks this. Draw a flowchart that find and displays the cosine of an angle, entered in radian, using the first 5 terms in Maclaurin series expansion shown below: cos x = 1 - x^2/2! + x^4/4! + x^6/6! + x^8/8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
