Question: 1 & 2 please (C++) ENGR 1732 B Lab 3 Spring 2020 Note: Write 5-steps for solutions for both problems. Problem 1: Write a program
ENGR 1732 B Lab 3 Spring 2020 Note: Write 5-steps for solutions for both problems. Problem 1: Write a program which will ask a user to enter a temperature in degree Fahrenheit. If the temperature is less than 97.5 print Temperature below normal. If the temperature is in between 97.5 and 99.5, print "Temperature normal". If the temperature is in between 99.5 and 103.0, print "Temperature slightly high". If the temperature is more than 103 display "Temperature too high". Use if-else if to write this program Problem 2: The cost of sending a package by an express delivery service is $15.00 for the first two pounds, and $5.00 for each pound or fraction of a pound over two pounds. If the package weighs more than 70 pounds, a $15.00 excess weight surcharge is added to the cost. No package over 100 pounds will be accepted. Write a program that accepts the weight of a package in pounds and computes the cost of mailing the package. Be sure to handle the case of overweight packages
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
