Phrase-O-Matic Consultant Wisdom via Java
photo credit: schedetzki
Challenge: Create three lists of buzzwords typically used by business consultants. Randomly select three words and put in a sentence to form something ridiculous that a business consultant might say with an air of authority.
My solution:
package phraseomatic;
/**
*
* @author kirkster
*/
public class Main {
/**
[...]
Math Tutor Enhanced
photo credit: foundphotoslj
4.9: This is a modification of Chapter 3’s Problem 15, which was:
Write a program that can be used as a math tutor for a young student. The program should display two random numbers to be added, such as
247
+ 129
——
The program should then pause while the student works on [...]
Time Calculator
photo credit: FABIOLA MEDEIROS- direção de arte
This programming challenge is from an initial C++ programming course I took in Fall 2007. The Chapter (4) was titled “Making Decisions”.
I post these old academic challenges for a few reasons. One is to demonstrate my programming learning, experience, and progression. Another reason is to make sure my [...]
Test Scores and Letter Grade
photo credit: quinn.anya
This programming challenge is from an initial C++ programming course I took in Fall 2007. The Chapter (4) was titled “Making Decisions”.
I post these old academic challenges for a few reasons. One is to demonstrate my programming learning, experience, and progression. Another reason is to make sure my code and solutions are [...]
Area of Rectangles
photo credit: shaire productions
This programming challenge is from an initial C++ programming course I took in Fall 2007. The Chapter (4) was titled “Making Decisions”.
I post these old academic challenges for a few reasons. One is to demonstrate my programming learning, experience, and progression. Another reason is to make sure my code and solutions [...]
Random Image Display with JavaScript
photo credit: davidChief
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]
How to Count CSS Specificity Scores and Leverage !Important Overrides
photo credit: laffy4k
If you are having difficulty getting a particular CSS style to “appear”, one thing to check is your specificity. CSS specificity is a four digit score for resolving cascade conflicts. You can actually add up the specificity score to determine which conflicting style should prevail. The four digit score is comprised of [...]
Bottles of Beer Song via Java
photo credit: NUCO
This programming challenge is from the Head First Java book, which I studied and practiced spring 2009. The end result itself is not terribly sexy, but I liked the algorithm construction process. My programming curriculum changed course during the first year, and they eliminated our Java classes. I was still curious about [...]
Slideshow from Images Array
photo credit: pawpaw67
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]
Diner Specials Display
photo credit: wEnDaLicious
This programming challenge is from a Visual Basic.Net programming course I took in Spring 2008. The Chapter (1) was titled “Introduction to Visual Basic .Net 2005″.
I post these old academic challenges for a few reasons. One is to demonstrate my programming learning, experience, and progression. Another reason is to make sure my [...]








