Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static void Main()
- {
- Box giftBox = new Box("Подаръчна", new double[] { 5.0, 5.0, 5.0 });
- giftBox.Print();
- Box jewelryBox = new Box("");
- jewelryBox.Print("\"Стъклена\"");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement