Computer Science Homework Solutions
Problem
#116786

Create an application that will allow the user to input a matrix of three columns and four rows

The input must be done though text boxes.
By default, the array must have the following values:
5, 2, 3
8, 32, 1
4, 9, 10
17, 15, 12

The application will multiply the columns of the matrix (e.g., 5 * 8 * 4 * 17 = 2720) and subtract the rows (e.g., 5 – 2 – 3 = 0).
Display the results for the multiplication of all columns and the subtraction of all rows in a message box.
Create a menu bar with a Calculate menu and include a Compute and an Exit command. The Compute command will calculate either the multiplication or the subtraction of the rows or columns in the array.
Create a Clear button that will clear the result text box and reset all controls.
Create an Exit button.
Use labels to identify the input and output controls.

Attached file(s):
Attachments
w3.gif  View File
Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$11.97)
Included in Download
  • Plain text response
  • Attached file(s):
    • MA.zip
    • GPpractice.zip
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse