-1)//{// if (userInput == 0)// {// num = 1;// }// for (int i = use_输入一个正整数n(n<10),计算它的阶乘">
赞
踩
//Console.WriteLine("请输入一个小于10的整数"); //int userInput = int.Parse(Console.ReadLine()); //int num = 1; //if (userInput<11 && userInput > -1) //{ // if (userInput == 0) // { // num = 1; // } // for (int i = userInput; i >0; i--) // { // num *= i; // } //} //else //{ // Console.WriteLine("您所输入的数字不规范"); //} //Console.WriteLine(userInput+"的阶乘是"+num);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。