|
Fun with Arrays Part 2
Java
|
43 Days Ago
|
0
|
- - -
|
- - -
|
3,704 Chrs
|
|
The code stores the sum of two rolled dice in a 500 element array. The program demonstrates the power of OOP. This was the second part to an exam.
|
|
|
Fun with Arrays
Java
|
55 Days Ago
|
0
|
- - -
|
- - -
|
635 Chrs
|
|
My teacher assigned us the simpliest assignment dealing with arrays. That's why I call this assignment fun with arrays. The code assigns random numbers between 1 and 400 to a 100 element array. The
|
|
|
Stock Market Version 2.0
Java
|
62 Days Ago
|
0
|
5.00
|
- - -
|
1,578 Chrs
|
|
This calculates the projected stock increase for 56 days. This version is optimized .. much better than the first! Tell me this isn't better, I dare you!
|
|
|
|
The Simplest JavaScript Menu
JavaScript
|
79 Days Ago
|
0
|
- - -
|
- - -
|
1,176 Chrs
|
|
The code creates the simplest JavaScript pull-down menu. You will need to create your own CSS for this menu. Otherwise, enjoy. PS, the pixel sizes I'm using is set for my monitor ... I'm currently
|
|
|
EmployeeSalary Class For Java
Java
|
79 Days Ago
|
0
|
- - -
|
- - -
|
1,926 Chrs
|
|
This code is based upon a homework assignment I received in class. I'm not sure if my teacher wanted me to place my classes in packages. He wanted us to include the class in a separate file than the
|
|
|
Simple Stock Market Program in Java
Java
|
80 Days Ago
|
0
|
- - -
|
- - -
|
1,904 Chrs
|
|
I created this code from an assignment I was given in my Java I (CIS 149) class in college. The program is suppose to start on Sept 1 and run for 8 weeks (56 days - work days not weekends) and projec
|
|
|
OddNumbers in Java
Java
|
93 Days Ago
|
1
|
5.00
|
- - -
|
266 Chrs
|
|
This program displays all odd numbers between 1 and 49 (including 1 and 49) ... and displays the sum of all those odd numbers at the end. Less than 30 lines!
|
|
|
Even Numbers in Java
Java
|
93 Days Ago
|
0
|
- - -
|
- - -
|
268 Chrs
|
|
The code prints all even numbers between 2 and 100. If the number is a multiple of 10, then a new line is printed. Less than 30 lines!
|
|
|