I want to generate 2 chars
F or Q
How do I do this?
I don't want to print the whole alphabet.
I want to store that result into my one variable.
Should I make a Value returning function, whatever I get from the If statement is returned then use my variable to catch it?