The kinetic energy of a moving object is given by the formula KE = ½mv2 where m is the object’s mass and v is its velocity. Modify the program you created in Project 5 so that it prints the object’s kinetic energy as well as its momentum. Below is an example of the progam input and output: Mass: 5 Velocity: 2.5 The object's momentum is 12.5 The object's kinetic energy is 15     Code: mass = float(input("Enter the object's mass: "))  velocity = float(input("Enter the object's velocity: "))    KE = ½mv2    momentum = mass * velocity # Display the results

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 12PE
icon
Related questions
Question

The kinetic energy of a moving object is given by the formula KE = ½mv2 where m is the object’s mass and v is its velocity.

Modify the program you created in Project 5 so that it prints the object’s kinetic energy as well as its momentum.

Below is an example of the progam input and output:

Mass: 5 Velocity: 2.5 The object's momentum is 12.5 The object's kinetic energy is 15

 

 

Code:

mass = float(input("Enter the object's mass: ")) 
velocity = float(input("Enter the object's velocity: "))  

 KE = ½mv2
 
 momentum = mass * velocity


# Display the results
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Block Comments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT