Swap Characters of a Single Word
Description:
In the given input word, convert the lower case to upper case and vice versa.
A to a, a to A ...
Example:
'Matl...
4 years ago
Problem
Swap Characters of a Single Word
Description:
In the given input word, convert the lower case to upper case and vice versa.
A to a, a to A ...
Example:
'Matl...
4 years ago | 1 | 265 solvers
Solved
Make an N-dimensional Multiplication Table
*INSTRUCTIONS*
This is a multi-dimensional variant of the normal multiplication table used to teach elementary students multi...