Question: using c# For problems #1-5, create a single console application. In it (and outside the curly brackets of class program), create a class MyLab06. All
using c#
For problems #1-5, create a single console application. In it (and outside the curly brackets of "class program"), create a class "MyLab06". All the following functions (Q#1-5) must be defined in this new class with public scope. Also illustrate calling each function from void main in the class "program". Each problem is worth 20pts.
- Write a public function Mult that passed a variable length list of numeric values, returns their multiplication (Xi ). The list may have a variable number of values.
- For example, Mult(5,7,9,12,2) should return 7560, and Mult(5,6,3,0) should return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
