Computer Science, asked by kandaliazacharie, 3 days ago

Input a word. If it is "yellow," print "Correct." Otherwise, print "Nope." What happens if you type in "YELLOW" or "YellOW?" Does the capitalizing make a difference?

Answers

Answered by LaviLa
0

Answer:

It makes no difference however it is improper grammer

Explanation:

Answered by rambarambabu04
0

Answer:

That depends on the program in which you are giving the command.

Explanation:

For example, python program is case sensitive whereas MySQL is not . The final conclusion is that the program you are using to command makes the entire difference.

Similar questions