Question: or 1) UML is (2 3 lines, description, you can research it from our text book before you write) 2) Define declare three variables (local

 or 1) UML is (2 3 lines, description, you can research

or 1) UML is (2 3 lines, description, you can research it from our text book before you write) 2) Define declare three variables (local variables) v1, v2, v3, of three different primitive types; and two variables rl, r2 of two difference reference types: 3) A package is basically a named groups of related classes; T/F? 4) A rich set of predefined classes that you can reuse (rather than reinventing the wheel) that are grouped into packages are collectively referred to as the 5) We use the............ declarations to identify the predefined classes used in a Java program. 6) This import declaration: import java.util.Scanner; tells the compiler that we are going to use a class called.. from a package called. which is a reuse of a predefined class from one of the Java packages. The compiler then locates and package and obtains the class and ensures that the user uses the class correctly. 7) Java programs go through... compilation phases. (a) one (b) two (c) three (e) zero 8) from the textbook Self-Review exercise 1.2. 9) Write the following in Java: (a) Write a program that prints your name (FirstName MiddleInitial LastName; e.g. John M. White). (b) Write Java program similar to part (a). That is, the program prints your name and then asks the user to input two number. The program prints the summation of the numbers. You need to write a method only to calculate and print the summation. 10) Write Java program as follows: The user inputs three integer numbers. The program outputs the maximum of the three numbers. The program uses two methods with two different ways (each method determines the max in a different way) to determine the max of the three input numbers. (d) four end

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!