Write a program that asks for the starting time

Assignment Help C/C++ Programming
Reference no: EM13877188

Assignment 5: Long-Distance Calls

This is an individual assignment to be done by each student.

Here is the problem specification:

A long-distance carrier charges the following rates for telephone calls:

Starting Time of CallRate per Minute

00:00-06:59 0.12
07:00-19:00 0.55
19:01-23:59 0.35

Write a program that asks for the starting time and the number of minutes of the call, and display the charges. The program should ask for the time to be entered as a floating-point number in the form HH.MM. For example, 07:00 hours will be entered as 07.00, and 16:28 hours will be entered as 16.28.

Input Validation: The program should not accept times that are greater than 23:59. Also, no number whose last two digits are greater than 59 should be accepted. Hint: Assuming num is a floating-point variable, the following expression will give you its fractional part: num - static_cast<int>(num).

  • Create an IPO chart.
  • Plan the algorithm using pseudocode.
  • Save it in a filename LastFirst_a5.doc (e.g. DoeJohn_a5.doc)
  • Save the C++ program in LastFirst_a5.cpp (e.g. DoeJohn_a5.cpp). Include your name and comments in the program.
  • Compile and run the program.
  • Take a screen shot of the output. Append it in LastFirst_a5.doc.

 

Assignment 6: Calculator

This is an individual assignment to be done by each student.

Here is the problem specification:

Write a program that adds, subtracts, multiplies, or divides two integers. The program will need to get a letter (A for addition, S for subtraction, M for multiplication, or D for division) and two integers from the user. If the user enters an invalid letter, the program should not ask the user for the two integers. Instead, it should display an appropriate error message before the program ends. If the letter is A (or a), the program should calculate and display the sum of both integers. If the letter is S (or s), the program should display the difference between both integers. When calculating the difference, always subtract the smaller number from the larger one. If the letter is M (or m), the program should display the product of both integers. If the letter is D (or d), the program should divide both integers, always dividing the larger number by the smaller one.

Use the followinmg test data:

Operation First integer Second integer
A 10 20
a 45 15
S 65 50
s 7 13
G
M 10 20
d 45 15
d 50 100  

 

  • Create an IPO chart. List the input, processing, and output items.
  • Plan the algorithm using pseudocode.
  • Save it in a filename LastFirst_a6.doc (e.g. DoeJohn_a6.doc)
  • Enter your C++ instructions into a source file named LastFirst_a6.cpp (e.g. DoeJohn_a6.cpp). Include your name and comments in the program.
  • Compile and run the program.
  • Take a screen shot of the output. Append it in LastFirst_a6.doc.

Reference no: EM13877188

Questions Cloud

What is the model multiplier : Assume a government expenditure of $2216.8 and a net export of -$615.4- determine the equilibrium national income, consumption and investment.
Experience neither plastic deformation : A cylindrical rod 380 mm (15.0 in.) long, having a diameter of 10.0 mm (0.40 in.), is to be subjected to a tensile load. If the rod is to experience neither plastic deformation nor an elongation of more than 0.9 mm (0.035 in.) when the applied loa..
Calculate occs preliminary net income for september : Using your answer to requirement 1 or 2, calculate OCC's preliminary net income for September. Is OCC profitable, based on its preliminary net income? Identify at least two adjustments that OCC will be required to make before it can prepare a final i..
Develop spreadsheet that is able to produce profit-variance : Develop an Excel spreadsheet that is able to produce a profit-variance report similar to the one presented in text Exhibit.
Write a program that asks for the starting time : Write a program that asks for the starting time and the number of minutes of the call, and display the charges. The program should ask for the time to be entered as a floating-point number in the form HH.MM. For example, 07:00 hours will be entered a..
From the worker''s gross pay : An employee is paid at a rate of $16.78 per hour for the first 40 hours worked in a week. Any hours over the regular 40 hours are paid at the overtime rate of one-and-one-half times that. From the worker's gross pay
Organizational impact of a newly implemented erp system : Describe the organizational impact of a newly implemented ERP system. Describe new organizational capabilities of typical ERP systems. Describe the ability of the organization to adapt to change on ERP implementation
Write the reduced form of the model : Assume G0 = 545 and write the reduced form of the model. Linearly approximate Y by expanding the reduced form around 3390.
The differences between aasb 8 and the old accounting : Write a report on The differences between AASB 8 and the old accounting standards on segment reporting.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Explain characteristics unique to object-oriented programing

The machine language treats a message as bits while object-oriented programming language treats every message as an object. Do you agree with this statement? Why or why not? Explain the characteristics unique to object-oriented programming and how..

  Create a program that would give you the day of the week

Create a program that would give you the day of the week if you entered month/date/year. please show every step.

  Variables should be private and the class functions public

All the class variables should be private and the class functions public. The class functions should be implemented in a file Inventory.cpp which should be linked with the inventory.hpp file.

  Calculates an employees wage for a week

Write a program that calculates an employee's wage for a week. An employee's wage is calculated as follows - if the number of hours is less than or equal to 40, then the total payment is hour rate

  Find the prime numbers

Write a c++ program to find the prime numbers

  Two types of constructors

Explain what constructors do and when they are executed. Explain the two types of constructors. Provide an example class that includes both types of constructor functions and demonstrate how an object would be instantiated using both types of constru..

  Amanda and tyler opened a business

Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylinderical containers. The shipping charges depend on the amount of liquid in the container. (For simplicity, you may assume that the con..

  Create a serial object s

The function call operator is overloaded and will generate a sequential integer each time the operator is used and the object can be created with the sequence start value specified.

  Implement the graphics portion of the assignment

Analyze a basic set of requirements for a problem - Compose basic C++ language programs

  Write a program that reads a list of integer

Write a program that reads a list of integer and stores the integers in an array and write a function compact that eliminates all zeroes from its array parameter

  Calculate the total as well as the average payment

Create a C++ application which will read a file of daily payments, calculate the total as well as the average payment, display the results to the screen and write the results to a file

  Your program should include two functions

Your program should include two functions. Function celsius_at_depth should compute and return the Celsius temperature at a depth given in kilometers. Function fahrenheit should convert a Celsius temperature to Fahrenheit.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd