Question: EE2510 - Lab 1: Basic C++ Programming 2 weeks total Goals: 1. 2. 3. 4. Become familiar with functional programming in C/C++ Dynamic memory utilization

EE2510 - Lab 1: Basic C++ Programming 2 weeks total Goals: 1. 2. 3. 4. Become familiar with functional programming in C/C++ Dynamic memory utilization Cin/Cout File management Assignment Description: Overview: Create a multi-function calculator-with 3 distinct modes. Mode 1 Arithmetic calculator mode Add, subtract, multiply, divide, or exponentiate (no math.h allowed) Calculate the average, biggest, or smallest of a set of user entered numbers Calculate the series or parallel combination of a set of user entered values Mode 2 - Data analysis mode Mode 3 - Resistor analysis mode The user will provide the number of entries and the values Interface The user will be asked which mode to operate in The user will then be asked which operation in that mode to perform The user will be prompted for appropriate inputs (must use cin The program will display the results (must use cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
