i am using eclipse and the project should be SU2022_LAB1PART2_yourLastName and the class should be SU2022_PracticeWithVariables_yourLastName . Below is how they want you to start it off. //File name should be written here as comment line public class SU022_OutputOnScreen_yourLastName { public static void main(String[ ] args) {          //add the code here below this line         ….. }  } LAB1 PART2  REQUIREMENT Your part 2 should be qualified to two following requirements:   Provide the java program to declare variables to store the values entered from the keyboard. (LEARN HOW TO READ INPUT FROM THE KEYBOARD IN HOW TO DO LAB) Display messages to ask users to provide input for 3 words (string) and 2 decimal numbers (float) from the keyboard and assigned these values to variables.   Then, provide the code to display the following output. You must complete reading input before display the output.   For example, If users provide input from the keyboard: -3 words: Hello, Good and Test       -2 numbers: 65.95 and 72.39     Then the output has eleven lines as below:      ----------------------------------------------------------------------    File SU2022_PracticeWithVariables_White.java    Summer 2022 semester – McKinley White    ----------------------------------------------------------------------    Word 1: Hello    Word 2: Good    Word 3: Test    First number: 65.95    Second number: 72.39    Average of 65.95 and 72.39 is: 69.17

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question

i am using eclipse and the project should be SU2022_LAB1PART2_yourLastName and the class should be SU2022_PracticeWithVariables_yourLastName . Below is how they want you to start it off.

//File name should be written here as comment line

public class SU022_OutputOnScreen_yourLastName

{

public static void main(String[ ] args)

{

         //add the code here below this line

        …..

}

 }

LAB1 PART2  REQUIREMENT

Your part 2 should be qualified to two following requirements:

 

Provide the java program to declare variables to store the values entered from the keyboard. (LEARN HOW TO READ INPUT FROM THE KEYBOARD IN HOW TO DO LAB)

Display messages to ask users to provide input for 3 words (string) and 2 decimal numbers (float) from the keyboard and assigned these values to variables.

 

Then, provide the code to display the following output. You must complete reading input before display the output.

 

For example, If users provide input from the keyboard:

-3 words: Hello, Good and Test      

-2 numbers: 65.95 and 72.39

   

Then the output has eleven lines as below:

 

   ----------------------------------------------------------------------

   File SU2022_PracticeWithVariables_White.java

   Summer 2022 semester – McKinley White

   ----------------------------------------------------------------------

   Word 1: Hello

   Word 2: Good

   Word 3: Test

   First number: 65.95

   Second number: 72.39

   Average of 65.95 and 72.39 is: 69.17

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Fundamentals of Testing Strategies
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,