How would i store data which is provided in letters, lets say i can do, as you can see the data is stored in numbers.
int boys, girls;
boys = 8;
girls = 8;
I would like to make a password checking program. And i would like to store a password, how would i do this since this is not working:
int password;
password = test123;