5.12. Kinetic Energy - Java

in #programming8 years ago

Starting out with Java: From control structures through objects
Chapter 5
Programming Challenges

  1. Kinetic energy

In physics, an object that is in motion is said to have kinetic energy. The following formula can be used to determine a moving object’s kinetic energy:

KE = (1/2) * m * (v squared )

The variables in the formula are as follows: KE is the kinetic energy, m is the object’s mass in kilograms, and v is the object’s velocity, in meters per second. Write a method named kineticEnergy that accepts an object’s mass (in kilograms) and velocity (in meters per second) as arguments. The method should return the amount of kinetic energy that the object has. Demonstrate the method by calling it in a program that asks the user to enter values for mass and velocity.

Gaddis, Tony (2015-05-29). Starting Out with Java: From Control Structures through Objects (Page 315 and 316). Pearson
Education. Kindle Edition.

Happy Steeming Everyone! :)

Coin Marketplace

STEEM 0.18
TRX 0.13
JST 0.029
BTC 57912.75
ETH 3070.69
USDT 1.00
SBD 2.33