//这是我的代码片段,菜单方法在其中调用了另外 2 个方法,我已经尝试了所有方法,但不知道要使用什么代码或将它放在哪里。感谢你们!!
命名空间 ConsoleApplication7 { 类程序 {
const double pi = 3.14159265359;
const string E = "exit";
const string C = "circle";
const string R = "rectangle";
static void Main(string[] args)
{
{
intro();
{
while (true)
menu();
}
}
}