Computer Science, asked by eburcham58, 1 year ago

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

Example 1:

What color? yellow
Outputs:

Correct
Example 2:

What color? red
Outputs:

Nope
Write a code to do this

Answers

Answered by sonam4246
1

Answer:

answer is nope

hope it helps

Answered by Anonymous
4

Code.. For what...??

Similar questions