Question: In C# Visual Studio Create a Windows Form Application where the user is prompted to provide the dimensions (rows and columns) for two matrices. The
In C# Visual Studio
Create a Windows Form Application where the user is prompted to provide the dimensions (rows and columns) for two matrices. The dimensions of the matrices do not have to be the same. *they have to be 2 dimensional arrays.
Once the user provides the dimensions, your program will randomly fill each matrix with integers between 0-10.
You are to provide the user with the option of choosing one of the following
1) Finding the standard deviation of all the elements in the first Array (. The resulting value should be printed to a file called yourname_stddev.txt which will be found in the C drive (not in a folder in the C drive, just the C drive).
2) Add the two matrices. The resulting matrix should be printed to a file called yourname_sum.txt which will be found in the C drive (not in a folder in the C drive, just the C drive).
3) Multiply Both Matrices together. The resulting matrix should be printed to a file called yourname_product.txt which will be found in the C drive (not in a folder in the C drive, just the C drive).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
