Question: Write java program Write a program in Java using classes, methods and objects to do the following tasks. Note: Create a project with the name
Write java program

Write a program in Java using classes, methods and objects to do the following tasks. Note: Create a project with the name as StrengthTest a) Create a class with the name as Strength to calculate the following formula. S=205-3/A+K b) Define a method setData(double double double) to receive the values of the variables U,A and k from the main() method and a method calculateData() to calculate and return the value of S using the above formula. C) Invoke the methods setData(double double double) and calculateData from the main() method. d) Read input to the variables using main() method. e) Print the values of U,A,K and S from the main() method. Sample output: Enter the values of U, A and K 2.0 4.0 1.37 U is:2.0 A is: 4.0 K is:1.37 S is: 59.37
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
