-1)//{// if (userInput == 0)// {// num = 1;// }// for (int i = use_输入一个正整数n(n<10),计算它的阶乘">
当前位置:   article > 正文

输入一个小于10的数,求这个数的阶乘。_输入一个正整数n(n<10),计算它的阶乘

输入一个正整数n(n<10),计算它的阶乘

阶乘:n!= 123*···*n

//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);
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/487859
推荐阅读
相关标签
  

闽ICP备14008679号