I am trying to perform a “UNIT TEST” on if circle then return true or false, but can't come up with idea how to

前端 未结 0 860
粉色の甜心
粉色の甜心 2020-12-04 00:16
public class ShapeFactoryDef
    {
        // method to check if shape is circle
        public bool isCircle(string shape)
        {
            if (shape == "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题