Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Assignment 2: Insurance Agent App: Part 2 Due Week 10 and worth 180 points This

ID: 663197 • Letter: A

Question

Assignment 2: Insurance Agent App: Part 2

Due Week 10 and worth 180 points

This assignment consists of two (2) sections:

Java program file(s)

A screenshot of the execution and source code of your Java program

Label each file name according to the section of the assignment for which it is written. Put both sections together in a single zip file, and submit the file.

This assignment is a modification of Assignment 1. The main difference is that instead of using the System.in.* and System.out.* methods, your will be using the JOptionPane class for all the inputs / outputs.

Section 1: Java Program File(s)

Modify the Java program that you created from Assignment 1. According to your design, the program must:

Use the JOptionPane class to create a driver program to test your Assignment 1 InsuranceAgentApp Java application.

Display a new driver test program

Explanation / Answer

CREATE TABLE STATION
(ID INTEGER PRIMARY KEY,
CITY CHAR(20),
STATE CHAR(2),
LAT_N REAL,
LONG_W REAL)