I am trying to see as to what kind of input such as below can produce
a output. If you see for input 7, the output is " and for 8 is v. I am
trying to determine what can generate an output in this format using C
Thanks
Please enter a key to continue : 7
Input 7 Output "
Please enter a key to continue : 8
Input 8 Output v
Please enter a key to continue : 9
Input 9 Output $
Please enter a key to continue : !
Input ! Output @
Please enter a key to continue : a
Input a Output #
Please enter a key to continue : b
Input b Output @
Please enter a key to continue : c
Input c Output E
Please enter a key to continue : d
Input d Output @
Please enter a key to continue : e
Input e Output %
Please enter a key to continue : f
Input f Output #
Please enter a key to continue : g
Input g Output G
Please enter a key to continue : h
Input h Output #
a output. If you see for input 7, the output is " and for 8 is v. I am
trying to determine what can generate an output in this format using C
Thanks
Please enter a key to continue : 7
Input 7 Output "
Please enter a key to continue : 8
Input 8 Output v
Please enter a key to continue : 9
Input 9 Output $
Please enter a key to continue : !
Input ! Output @
Please enter a key to continue : a
Input a Output #
Please enter a key to continue : b
Input b Output @
Please enter a key to continue : c
Input c Output E
Please enter a key to continue : d
Input d Output @
Please enter a key to continue : e
Input e Output %
Please enter a key to continue : f
Input f Output #
Please enter a key to continue : g
Input g Output G
Please enter a key to continue : h
Input h Output #
Comment