Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use an input file MathInput.csv with instructions to perform math operation. Must use MathOp2 class for the calculations, all classes must be documented. I will

use an input file MathInput.csv with instructions to perform math operation. Must use MathOp2 class for the calculations, all classes must be documented. I will not accept any code that is not documented. Use exception handling to trap the errors.

* You can use Excel and enter the values below, one in each cell, then save the file as CSV

Here is a sample

2,+

6,+

9,-

10,*

=

4, /

5, *

6, -

=

The = indicates the end of the set (Must be in the first column)

The results should be something like this for the first set in the output file MathOutput.CSV

Add 2 total 2

Add 6 total 8

Subtract 9 total -1

Multiply 10 total -10

Number of elements = 4, Total = -10, Average = -2.5

********************************************

Divide 4 total 0

Multiply 5 total 0

Subtract 6 total -6

Number of elements=3, Total = -6, Average = -2

********************************************

Create a file with at least 10 sets

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions

Question

Find the function value. Round to four decimal places. csc 45.2

Answered: 1 week ago

Question

3. Would you say that effective teamwork saved their lives?

Answered: 1 week ago