// Put your ID info here! import java.util.*; public class Lab2 { public static void main(String[] args) { // Your code goes in here. // The basic organization of the program is the following. // Declare necessary variables. // Prompt for and acquire user input. // Perform necessary calculations. // Produce necessary output. } }