Sorry in advance if there's already a thread or if i've posted in a wrong section(??).
My question:
If i use the tolower function can i use the newly editted input and put it back to where it came from??
In effect - clarity isn't my strong point today :(
I've got a simple "do" loop that offers a restart option but only if the while criteria !=n is met. I want to get it to either accept 'N' or to read input -> change to lower case -> accept the now lower case.
Did try while ((Choice !='n')||(Choice !='N')); but it got stuck in loop.
Either solution type would be helpful. Muchos er Thankos