This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************** | |
*This Program will allow user to create and set matrix dimensions | |
* It will then allow users to add, subtract or multiply the matrices | |
* This calculator can handle matrices with dimensions greater than 2 x 2 | |
* | |
*Date: September 22, 2014 | |
*Created By: Luis Lopez | |
******************************************************************/ | |
package sec2; | |
import java.util.Scanner; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |