以下程序的功能是计算n的阶乘,即n!=1x2x3×…X(n-1)X n,请补充划线部 分的程序代码。 #include Void main {int n, i, s; scanf("% d", &n); ; for(i=1: i< =n; i++) s=; printf(“n! -=% d\n", s); }
欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web
以下程序的功能是计算n的阶乘,即n!=1x2x3×…X(n-1)X n,请补充划线部 分的程序代码。 #include Void main {int n, i, s; scanf("% d", &n); ; for(i=1: i< =n; i++) s=; printf(“n! -=% d\n", s); }
(1)s=1;(2)s*i;
×
提示:小程序已经收录此题,请在小程序查看名师解析。翰林刷小程序提供搜题,刷题,助你轻松通过考试