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.
LAB1 PART2 REQUIREMENT JAVA
Your part 2 should be qualified to two following requirements:
Provide the java
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
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images