C++ Scripts

Multiply Two Matrices

Multiply two Matrices with length and width of size n, where n is less than or equal to 10.

Click the play button below to execute script.

Convert from Decimal to Binary

Input a decimal number, and get it’s binary number equivalent.

Click the play button below to execute script.