Question: please solve this (java languge) PART 1 Problem #1: (20 pts) Answer the following questions Answer 1) [6 pts] Which of the following expressions yields
PART 1 Problem #1: (20 pts) Answer the following questions Answer 1) [6 pts] Which of the following expressions yields an integer between 50 and 65, inclusive? a. (int)(Math.random() * 16) + 65 b. (int)(Math.random() * 16) + 50 c.(int)(Math.random(16)) + 50 2) [7pts] Fill in the blanks to print only the numbers (in decreasing order) from 70 till 50 that are divisible by 5: for (int -...........) if(.....) System.out.print(i + ","); 3) 17 pts) Write a loop that displays "A" 18 times. 2 Page
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
