Question: Conditionals Exercise 4 Problem Use the variable as you write this program. will represent a string. Write a program using the keyword that determines if

Conditionals Exercise 4
Problem
Use the variable
as you write this program.
will
represent a string. Write a program using the
keyword
that determines if
is a primary color (red, blue, or yellow). If
yes, print
_ is
is
primary color,
where the blank is the value
of
If no, print
_ is not a primary color,
where the blank
is the value of
x.
Expected Output
If x is
,then the output would be: red is a primary
If x is
then the output would be:
teal is not a
Conditionals Exercise 4 Problem Use the variable

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!