public void determineReorder(){
if(numToys <= 3)
{
System.out.println("Reorder the toy now");
}
else
{
System.out.println("The toy is in stock with " + numToys + " left!");
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment