Archive for head first java
You are browsing the archives of head first java.
You are browsing the archives of head first 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 {
/**
[...]
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 [...]