Question: Complete questions 5 and 12 below USING RAPTOR. Due by midnight tonight eastern time Although this is for a Python class, these questions use Raptor
Complete questions 5 and 12 below USING RAPTOR. Due by midnight tonight eastern time
Although this is for a Python class, these questions use Raptor


5. Mass and Weight Scientists measure an object's mass in kilograms and its weight in newtons. If you know the amount of mass of an object in kilograms, you can calculate its weight in newtons with the following formula: weight=mass9.8 Write a program that asks the user to enter an object's mass, then calculates its weight. If the object weighs more than 500 newtons, display a message indicating that it is too heavy. If the object weighs less than 100 newtons, display a message indicating that it is too light. 12. Software Sales A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
