Advertisement
damesova

Главна функция Main

Dec 9th, 2021
943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. static void Main()
  2.         {
  3.             Box giftBox = new Box("Подаръчна", new double[] { 5.0, 5.0, 5.0 });
  4.             giftBox.Print();
  5.  
  6.             Box jewelryBox = new Box("");
  7.             jewelryBox.Print("\"Стъклена\"");
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement