5. Stack of Strings (C#)
Здравейте, ако някой може да помогне с тази задача, която е кратка и лесна, но не мога да разбера защо ми дава 20/100. Какво изпускам в условието или нещо друго?
https://judge.softuni.org/Contests/Practice/Index/1499#4
Stack of Strings
NOTE: You need a public StartUp class with the namespace CustomStack.
Create a class StackOfStrings that extends Stack, can store only strings, and has the following functionality:
- Public method: IsEmpty(): bool
- Public method: AddRange(): Stack<string>
Леле, благодаря за вниманието ;)