I understabd at the beginning if the ascii character set there are certain symbols ie hearts, smilies and so on.
What I need to know is how to access them to print.
Something like :
System.out.print("This is a smiling face " + asciiValue1);
Can this be done?
Any help welcome
