Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (anonymous):

i am using an if-else statement. how do i set the variable that i have choosen to ignore whether it is upper or lower case?

OpenStudy (rsmith6559):

Without knowing what language you're using, it's impossible to be specific. Check for a function/method named something like to_lower.

OpenStudy (anonymous):

It is java. I was able to figure it out

OpenStudy (kva1992):

Java if(Condition){ } else { } C# if(Condition){ } else{ } C++ if(Condition){ } else{ } Vb.net If Condition then else end if that is essentially what you should need

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!