[Homework] C# Basics - Lecture 7 - Problem 17. * Perimeter and Area of Polygon - Problem [SOLVED]
Task: Write a program that calculates the perimeter and the area of given polygon (not necessarily convex) consisting of n floating-point coordinates in the 2D plane.
Много моля да ми кажете какво означават тези грешки и защо възникват.
Как да ги отстраня?
Благодаря!
П. П. Досегашният ми код е тук и ще се радвам на препоръки и забележки!
"You cannot expose a public method signature where some of the parameter types of the signature are not public. It wouldn't be possible to call the method from outside since the caller couldn't construct the parameters required"
Благодаря много!
Разбрах защо става така - и без това работим в класа CalculatePerimetreAndSurface, няма нужда (а очевидно и не може) вътрешният клас да е public.