Beginning of Java programming

I have three lab assignments. Please make sure it is your original work. I will attach my lab 6 that you will need and the instruction below.

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Assignment 7
This assignment is built on top of Assignment 6.
Add capability to handle Grade Book for different subjects (Chemistry and Computer Science).
We will assume a maximum of five assignments and up to 40 students.
Detailed design will be provided in class.
Submitting your work (15 Points)
Before submitting your work, please reflect on following points:
No errors, program always works correctly and meets the specification(s) (2 points).
The code could be reused as a whole or each routine could be reused (2 points).
Following concepts are applied – Extend abstract class to create two grade books (7 points)
Need to follow Java coding conventions (1 points).
Code Readability (as suggested in class) (1 points).
Adequately tested (unique test cases, covering boundary conditions) (1 points).
Class diagram is provided (UML usage is not required) (1 points).
Assignment 8
Complete assignment 13.1 on Page 529 (20160229_173048.jpg) using Inner Classes. This
means that all the classes created for this program will be created inside a single Outer class.
This is an example of how to write spaghetti code. Something we do not want to do in real world.
Submitting your work (15 Points)
Before submitting your work, please reflect on following points:
No errors, program always works correctly and meets the specification(s) (2 points).
The code could be reused as a whole or each routine could be reused (2 points).
Concepts of Inner classes is applied. (4 points)
Need to follow Java coding conventions (2 points).
Code Readability (as suggested in class) (2 points).
Adequately tested (unique test cases, covering boundary conditions) (2 points).
Class diagram is provided (UML usage is not required) (1 points).
Assignment 9
Beverage Dispenser
Class Discussion on Assignment 9 (Video)
Create a Beverage Dispenser using the requirements shown in the following video. Your design
should use Object Oriented Programming and Collections (with generics). Try to include condiment
handling and paper cups in the dispenser. Your design will be complete if you use collections for
coffee beans used for each cup of coffee, paper cups, condiments like sugar, splenda, cream, etc.
To provide help on design please take a look at this picture drawn in class.
Use Object Oriented Design, Swing Programming and Collections for implementing this
assignments.
Please be sure to submit a class diagram for this lab.
Submitting your work (15 Points)
Before submitting your work, please reflect on following points:
No errors, program always works correctly and meets the specification(s) (2 points).
The code could be reused as a whole or each routine could be reused (2 points).
Concepts of Collections, Swing Proramming and OOD are applied. (7 points)
Need to follow Java coding conventions (1 points).
Code Readability (as suggested in class) (1 points).
Adequately tested (unique test cases, covering boundary conditions) (1 points).
Class diagram is provided (UML usage is not required) (1 points).
mstrong.edu/liang/intro10e quiz html,
wer me qu
PROGRAMMING EXERCISES
actions 13.2-13.3
13.7 (Triangle class) Design a new Triangle class that extends the abstract
Myprogramming
GeometricObject class. Draw the UML diagram for the classes Triangle
and GeometricObject and then implement the Triangle class. Write a test
program that prompts the user to enter three sides of the triangle, a color, and a
Boolean value to indicate whether the triangle is filled. The program should create
a Triangle object with these sides and set the color and filled properties using
the input. The program should display the area, perimeter, color, and true or false
to indicate whether it is filled or not.
*13.2 (Shuffle ArrayList) Write the following method that shuffles an ArrayList of
public static void shuffle(ArrayList list)
numbers:
13.3 (Sort ArrayList) Write the following method that sorts an ArrayList of numbers.
public static void sort(ArrayList list)

Still stressed from student homework?
Get quality assistance from academic writers!

Order your essay today and save 25% with the discount code LAVENDER