Archive for randomizer
You are browsing the archives of randomizer.
You are browsing the archives of randomizer.
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: Keees
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 [...]