Coding Exercise: Making Decisions

Let's test your learning about conditional statements.

We'll cover the following...

Problem

This exercise makes decisions based on your mood. Write code for a console application that meets the requirements listed below.

  1. Make conditions on a string variable named mood.
  2. If the
...