1. Write a program that analyzes an object falling for 10 seconds. It should contain main and two additional methods. One of the additional methods should return the distance an object falls in meters when passed the current second as an argument. See the formula needed below. The third method should convert meters to feet and return feet. You can look up the conversion factor needed online. The main method should use one loop to call the other methods and generate a table as shown below. The table should be displayed in formatted columns with decimals as shown. s=½gt² where s = distance in meters g=9.8, and t = time in seconds SEC 1 2 3 4 567899 10 METERS 4.9 19.6 44.1 78.4 122.5 176.4 240.1 313.6 396.9 490.0 FEET 16.1 64.3 144.7 257.2 401.9 578.7 787.7 1028.9 1302.2 1607.6

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 4GZ
icon
Related questions
Question
1. Write a program that analyzes an object falling for 10 seconds. It should contain main and two additional methods. One of the additional methods should
return the distance an object falls in meters when passed the current second as an argument. See the formula needed below. The third method should
convert meters to feet and return feet. You can look up the conversion factor needed online. The main method should use one loop to call the other methods
and generate a table as shown below. The table should be displayed in formatted columns with decimals as shown.
s = ½ gt² where s = distance in meters
g=9.8, and t = time in seconds
SEC
1
PAVASAWNI
2
4
5
6
7
8
9
10
METERS
4.9
19.6
44.1
78.4
122.5
176.4
240.1
313.6
396.9
490.0
FEET
16.1
64.3
144.7
257.2
401.9
578.7
787.7
1028.9
1302.2
1607.6
Transcribed Image Text:1. Write a program that analyzes an object falling for 10 seconds. It should contain main and two additional methods. One of the additional methods should return the distance an object falls in meters when passed the current second as an argument. See the formula needed below. The third method should convert meters to feet and return feet. You can look up the conversion factor needed online. The main method should use one loop to call the other methods and generate a table as shown below. The table should be displayed in formatted columns with decimals as shown. s = ½ gt² where s = distance in meters g=9.8, and t = time in seconds SEC 1 PAVASAWNI 2 4 5 6 7 8 9 10 METERS 4.9 19.6 44.1 78.4 122.5 176.4 240.1 313.6 396.9 490.0 FEET 16.1 64.3 144.7 257.2 401.9 578.7 787.7 1028.9 1302.2 1607.6
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
void method
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