This week's book giveaway is in the JDBC and Relational Databases forum. We're giving away four copies of Resilient Oracle PL/SQL: Building Resilient Database Solutions for Continuous Operation and have Stephen Morris on-line! See this thread for details.
Hello everyone!
Asking for some help because i'm completely stuck on line #11. I hve no idea how to convert int to char, for example int 10 to char '10'.
If you look at an ASCII chart you will see that ASCII '0' is dec 48. So adding 48 to 0 will give you '0'. Since chars are ints (kinda) you can add to them like a number.
All things are lawful, but not all things are profitable.