I know, i ask a lot of questions, but don't blame me, i am just beginner. I tried to find about it in the internet, but nothing. So, my question is :
I need, that if user enter a word (not 1 letter, as 'char') to variable , on example x, something is doing. On example through cin >> x;, user enter "Apple" , and through 'cout' showing a message. I know that i need to use 'if' for this, but what data type i need to use , and how ?