|
2D-Arrays
Hi, I'm writing a 2d array in which i require the user to type in a number, that number will then return a int that relates to it... ie if 49 is given as an argument C#3 is returned, if 60 is given C4 is returned
Attached is code with the way i started to attempt it. Please can somebody give me pointers on how to complete, or even if i'm going the right way about it.
|