First Pseudo-Code Project

Last Updated: Tuesday, August 28th 2008

In this project, we created our first simple Pseudo-Code.

//Input Raw Ingredients:
//Bread(2)
//Lettuce(2)
//Sliced Tomato(4)
//Bacon(3)
If ( Ingredients Are Ready )
{
    //Assemble the sandwich.
    //Done.
}
else
{
    //Wait 15 seconds and check again.
}
Back to Projects

This is Lyle Underwood's website for CISP 301. It contains deliverable project files and class information. lyleunderwood@gmail.com