Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Keep it as basic as possible, dont use arrays or advanced stuff Problem B: How much does your prof work? (20 points) Your professor needs

image text in transcribedimage text in transcribed

Keep it as basic as possible, dont use arrays or advanced stuff

Problem B: How much does your prof work? (20 points) Your professor needs to figure out how many meetings to schedule in a day, but they need your help! Create a C++ program for your prof that lets them input how much time they have for meetings in hours and/or minutes), then ask them how long each of their meetings are. Your program should output how many meetings they can fit into this amount of time (assume the first input is a single large block of time). You cannot schedule fractional meetings. You also need to be able to hand hours & minutes or just minutes as inputs to both parts, but you may assume the amount of hours/minutes are whole numbers. Example 1 (user input is underlined): How many hours are you working, prof? 12h30m How long is a meeting? 30m You can schedule this many meetings: 25 Example 2 (user input is underlined): How many hours are you working, prof? 30m How long is a meeting? 22h0m You can schedule this many meetings: 0 Example 3: How many hours are you working, prof? 39m How long is a meeting? 10m You can schedule this many meetings: 3

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

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

1.The difference between climate and weather?

Answered: 1 week ago

Question

1. What is Fog ?

Answered: 1 week ago

Question

How water vapour forms ?

Answered: 1 week ago

Question

What is Entrepreneur?

Answered: 1 week ago

Question

Which period is known as the chalolithic age ?

Answered: 1 week ago

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago