Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by jrees ( 6 years ago )
/**
* Description of the box
*
* @jrees
* @12/15/20
*/
public class BoxDescription
{
Box b1 = new Box("Cardboard");
Box b2 = new Box("Plastic");
Box b3 = new Box("Styrofoam");
Box b4 = new Box("Glass");
}
Revise this Paste
Parent: 113704