Time Taken:0:40:15 Dylan Viloria: Attempt 1 Question 7 (1 point) Code a correct Java declaration of a double variable ca
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Time Taken:0:40:15 Dylan Viloria: Attempt 1 Question 7 (1 point) Code a correct Java declaration of a double variable ca
Question 7 (1 point) Code a correct Java declaration of a double variable called ACCELERATION that is initialized to -9.8. Be sure to strike the Enter key before you click on the Save button. Question 8 (1 point) Write a valid Java statement that inputs a variable called VELOCITY from the keyboard. Assume the delcarations shown below. Be sure to strike the Enter key before you click on the Save button. // more than one answer is possible double VELOCITY; 2 BufferedReader in new BufferedReader ( new InputStreamReader( System.in )): Scanner console new Scanner( System.in); 27
Time Taken:0:40:15 Dylan Viloria: Attempt 1