Answer to each question should be a executable java code, tested and run You implement each question in a separate .java file.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter1: Fundamentals Of C++ Programming
Section: Chapter Questions
Problem 6PP
icon
Related questions
Question

Answer to each question should be a executable java code, tested and run

  • You implement each question in a separate .java file.
Question 1: (Physics: acceleration) Average acceleration is defined as the change of velocity divided by the time
taken to make the change, as shown in the following formula:
V – Vo
a =
Here, v0 is the starting velocity in meters/second, v1 is the ending velocity in meters/second, and t is the time span
in seconds. Assume v0 is 5.6, v1 is 10.5, and t is 0.5, and displays the average acceleration.
Question 2: (Slope of a line) Write a program that prompts the user to enter the coordinates of two points (x1, yl)
and (x2, y2), and displays the slope of the line connects the two points. The formula of the slope is
(y2 - y,)/(x, - x,). Here is a sample run:
<output>
Enter the coordinates for two points: 4.5 -5.5 6.6 -6.5 <enter icon>
The slope for the line that connects two points (4.5, -5.5) and (6.6, -6.5)
is -0.47619
<end output>
Question 3: (Split digits) Write a program that prompts the user to enter a four-digit integer and displays the number
in reverse order. Here is a sample run:
<output>
Enter an integer: 5213 <Enter icon>
3125
<end output>
Transcribed Image Text:Question 1: (Physics: acceleration) Average acceleration is defined as the change of velocity divided by the time taken to make the change, as shown in the following formula: V – Vo a = Here, v0 is the starting velocity in meters/second, v1 is the ending velocity in meters/second, and t is the time span in seconds. Assume v0 is 5.6, v1 is 10.5, and t is 0.5, and displays the average acceleration. Question 2: (Slope of a line) Write a program that prompts the user to enter the coordinates of two points (x1, yl) and (x2, y2), and displays the slope of the line connects the two points. The formula of the slope is (y2 - y,)/(x, - x,). Here is a sample run: <output> Enter the coordinates for two points: 4.5 -5.5 6.6 -6.5 <enter icon> The slope for the line that connects two points (4.5, -5.5) and (6.6, -6.5) is -0.47619 <end output> Question 3: (Split digits) Write a program that prompts the user to enter a four-digit integer and displays the number in reverse order. Here is a sample run: <output> Enter an integer: 5213 <Enter icon> 3125 <end output>
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 6 steps with 3 images

Blurred answer
Knowledge Booster
Files and Directory
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning