Merge pull request #5 from inventorman101/master

Create potato.java
This commit is contained in:
drtshock 2013-11-09 15:09:48 -08:00
commit 16312a9d81

22
src/potato.java Normal file
View file

@ -0,0 +1,22 @@
public class Potato
{
public static void Main(String[] args}
{
Potato potato = new Potato();
potato.prepare();
}
public boolean prepare(Object bob)
{
Potato bob = bob;
bob.addSourCream();
bob.addChives();
bob.addButter();
if(bob.isDelicous())
{
return true;
}
}
}