C++ function that input any of 0-35 numbers, and if input from 0-9 the output are its specific number and if input 10-35 this is the output:
10=A; 11=B; 12=C; 13=D; 14=E; 15=F; 16=G; 17=H; 18=I; 19=J;...35=Z.

If possible without using an array.

If possible, show us what you have so far.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.