Write a program that examines three variables - p, q, and r - and prints the smallest even number among them. • If none of them are even, it should print the largest value of the three.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter8: Advanced Data Handling Concepts
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

• Write a program that examines three variables - p, q, and r - and
prints the smallest even number among them.
• If none of them are even, it should print the largest value of the
three.

5-3. Alien Colors #1: Imagine an alien was just shot down in a game. Create a
variable called alien_color and assign it a value of 'green', 'yellow', or 'red'.
Write an if statement to test whether the alien's color is green. If it is, print
a message that the player just earned 5 points.
Write one version of this program that passes the if test and another that
fails. (The version that fails will have no output.)
5-4. Alien Colors #2: Choose a color for an alien as you did in Exercise 5-3, and
write an if-else chain.
If the alien's color is green, print a statement that the player just earned
5 points for shooting the alien.
If the alien's color isn't green, print a statement that the player just earned
10 points.
Write one version of this program that runs the if block and another that
runs the else block.
Transcribed Image Text:5-3. Alien Colors #1: Imagine an alien was just shot down in a game. Create a variable called alien_color and assign it a value of 'green', 'yellow', or 'red'. Write an if statement to test whether the alien's color is green. If it is, print a message that the player just earned 5 points. Write one version of this program that passes the if test and another that fails. (The version that fails will have no output.) 5-4. Alien Colors #2: Choose a color for an alien as you did in Exercise 5-3, and write an if-else chain. If the alien's color is green, print a statement that the player just earned 5 points for shooting the alien. If the alien's color isn't green, print a statement that the player just earned 10 points. Write one version of this program that runs the if block and another that runs the else block.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage