Sep 22, 2014 at 1:38pm
What is the easiest way of use Greek letters as variables and display them using cout?
Thank you.
Sep 22, 2014 at 1:46pm
pseudo code
if(char == '5')
{
cout << 'V' << endl;
}
Last edited on Sep 22, 2014 at 9:50pm
Sep 22, 2014 at 9:50pm
lel imma make a change to my code den