Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C++ program that satisfies the following requirements: It prompts the user to enter the following information, then recommends the best activity for today's

Write a C++ program that satisfies the following requirements:

It prompts the user to enter the following information, then recommends the best activity for today's conditions.

- user's name,

- today's weather [S, R, W]

- today's day [0 - 6]

Based on the user's inputs, one of the following activities is recommended:

1. Sunny and weekday (M-F): play tennis

2. Sunny and weekend (Sat, Sun); go hiking

3. Rainy and weekday (M-F): stay home

4. Rainy and weekend (Sat, Sun); go bowling

5. Windy and weekday (M-F): kiting

6. Windy and weekend (Sat, Sun); hang-gliding

NOTE1: Assume a perfect AI user - entering 'S' for sunny, 'R' for rainy, and 'W' for windy weather. No user input error checking or validation is needed.

NOTE2: Assuming a perfect AI user - entering [0..6] for days where 0 is for Sunday, 1 for Monday, ..., 6 for Saturday. No user input error checking or validation is needed.

* I know this program is simple, but I don't know how to use conditional statements with C++ yet.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

Know the three main dimensions of the service environment.

Answered: 1 week ago

Question

Understand the roles of signs, symbols, and artifacts.

Answered: 1 week ago