at the moment i have 2 answers to queations and the answers are 1,2,3 or 4 but i ow have to make it so the user has to put a work in like "Brazil" but i try to do the same as if the user puts "A" in and it dosnt work, do i need to change the class type of the answer?
and on dev cpp it says
[Warning] comparison is always false due to limited range of data type
EDIT: it works if i do if (answer_4 == 'brazil') but i put brazil in as the answer and it says the else line.