Placeholder

CSIS 212 Final Project

$29.00

Description

Assignment 1 (40 points)
Write an application containing three parallel arrays that hold 10 elements each.  The first array hold four-digit student ID numbers, the second array holds first names, and the third array holds the students’ grade point averages.  Use dialog boxes to accept a student ID number and display the student’s first name and grade point average.  If a match is not found, display an error message that includes the invalid ID number and allow the user to search for a new ID number.
Final Project Part 2 (40 points)
Create an application that contains an enumeration (enum) that represents the days of the week. Display a list of the days, then prompt the user for a day. Display business hours for the chosen day. Create your own business hours stored in an array; however, every day of the week should have different hours. Although companies do not normally have different business hours every day of the week, programming your code with this difference will help in finding and fixing coding errors.
SCREENSHOTS
SOLUTION
PAYMENT
CSIS 212 Final Project StudentID Array
CSIS 212 Final Project Day of Week
The solution includes a zip document.
Attachments [Move over files to preview content of those files]
CSIS212_Final_Project.zip (113.54 KB)
CSIS212-Final-Project-Day-of-Week-Screenshot.png
CSIS212-Final-Project-StudentID-Array-Screenshot.png
Netbeans Project
CSIS212FinalProject
pom.xml
src
main
java
DayOfWeek.java
StudentIDArray.java
target
classes
.netbeans_automatic_build
DayOfWeek.class
StudentIDArray.class
generated-sources
annotations
maven-status
maven-compiler-plugin
compile
default-compile
createdFiles.lst
inputFiles.lst
test-classes
.netbeans_automatic_build
Source Code
DayOfWeek.java
StudentIDArray.java
Preview DayOfWeek.java
xxxxxxx xxxx(xxxxxx x) {
xxxxx = x;
}
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);

Days aDay;
String input = “”;
String days = “”;
for (Days day : Days.values()) {
days += day + ” “;
}
System.out.println(days);
System.out.println(“Please pick a day: “);
xxxxx = xx.xxxxxxxx().xxxxxxxxxxx();
xx (xxxxx.xxxxxx() > 3) {
xxxxx = xxxxx.xxxxxxxxx(0, 3); // xxxxxxxx xx xxxx xxxx xxxxxx xxxx xxx xxxx
}
xxx // x xxxx x xxxxx xxxxx xxxxxx xxxxxx xxxx xxxx xxxxxxxxxx xxxxx
Preview StudentIDArray.java
xxxxxx xxxxx.xxxxx.xxxxxxxxxxx;
xxxxxx xxxxx xxxxxxxxxxxxxx {
public static void main(String[] args) {
//Initialize arrays
String[] id = new String[]{“3432”, “9977”, “7321”, “7564”, “3463”, “0542”, “1232”, “9754”, “7754”, “2323”};
String[] names = new String[]{“A”, “Hello”, “World”, “B”, “C”, “X”, “Y”, “Nicole”, “Brenan”, “Andy”};
double[] avg = new double[]{90.2, 95.1, 87.7, 84.6, 80.6, 81.1, 75.3, 84.5, 88.8, 90.1};

String studentId = null;
//xx xxx xxxx xxxxx xxxxx xxxxxx xx xxx xxxx.
xxxxx ((xxxxxxxxx = xxxxxxxxxxx.xxxxxxxxxxxxxxx(xxxx, “xxxxx xxxxxxx xx”)) != xxxx) {
xxxxxxx xxxxx = xxxxx;
Preview DayOfWeek.java
xxxxxxx xxxx(xxxxxx x) {
xxxxx = x;
}
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);

Days aDay;
String input = “”;
String days = “”;
for (Days day : Days.values()) {
days += day + ” “;
}
System.out.println(days);
System.out.println(“Please pick a day: “);
xxxxx = xx.xxxxxxxx().xxxxxxxxxxx();
xx (xxxxx.xxxxxx() > 3) {
xxxxx = xxxxx.xxxxxxxxx(0, 3); // xxxxxxxx xx xxxx xxxx xxxxxx xxxx xxx xxxx
}
xxx // x xxxx x xxxxx xxxxx xxxxxx xxxxxx xxxx xxxx xxxxxxxxxx xxxxx
Preview StudentIDArray.java
xxxxxx xxxxx.xxxxx.xxxxxxxxxxx;
xxxxxx xxxxx xxxxxxxxxxxxxx {
public static void main(String[] args) {
//Initialize arrays
String[] id = new String[]{“3432”, “9977”, “7321”, “7564”, “3463”, “0542”, “1232”, “9754”, “7754”, “2323”};
String[] names = new String[]{“A”, “Hello”, “World”, “B”, “C”, “X”, “Y”, “Nicole”, “Brenan”, “Andy”};
double[] avg = new double[]{90.2, 95.1, 87.7, 84.6, 80.6, 81.1, 75.3, 84.5, 88.8, 90.1};

String studentId = null;
//xx xxx xxxx xxxxx xxxxx xxxxxx xx xxx xxxx.
xxxxx ((xxxxxxxxx = xxxxxxxxxxx.xxxxxxxxxxxxxxx(xxxx, “xxxxx xxxxxxx xx”)) != xxxx) {
xxxxxxx xxxxx = xxxxx;
Price: $29
You May Also Like:
CSIS 212 Programming Assignment 1 Create Five Programs
CSIS 212 Programming Assignment 2 Salary Calculator
CSIS 212 Programming Assignment 3 Bar Chart Printing Program
CSIS 212 Programming Assignment 4 Multiples Circle Area Computer-Assisted Instruction
CSIS 212 Programming Assignment 5 Variable-Length Argument List Dice Rolling
CSIS 212 Programming Assignment 6 Date Class
CSIS 212 Programming Assignment 7 Rectangle Class
CSIS 212 Programming Assignment 8 Payroll Modification

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.