Question: EE 109 Group Project 1 Simple Calculator 100 Points Project Report: 85 Points Group Members Assessment: 15 Your simple calculator should have the following functions:

EE 109 Group Project 1 Simple Calculator 100 Points Project Report: 85 Points Group Members Assessment: 15 Your simple calculator should have the following functions: 1 Add two numbers 2. Subtraction (one number from another) 3 Multiplication (product of two numbers). 4 Division (quotient of two numbers) 5. Square of a number 6 Square-root of a number 7 Power (one number raised to the power of another number). Your program should first ask for the function (operation) the user needs Next, it should ask for the number(s). Then, it finds the answer. Print the numbers, operator, and result. For example, 2.5 +5.0 = 7.5 Deliverables: A project report containing the following: 1. 2. 3 Abstract: a summary describing your project Introduction: a detailed description of you calculator Methodology a The functions and their respective equations or formula b. A complete flowchart for solving this problem. That is a flowchart of how your calculator operates C. Copy (not screenshot) of your C++ source code d A Table of your test results for all the functions. e. Screenshots of all your test cases. Conclusion: Summary and major results. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
