Purchase Solution

Creating an application that multiplies columns

Not what you're looking for?

Ask Custom Question

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.

Attachments
Purchase this Solution

Solution Summary

The expert creates an application that multiplies columns.

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.