C++关于乘法口诀的问题输入2到9 任意一个数字 Input the number :3Result :3 times

C++关于乘法口诀的问题
输入2到9 任意一个数字
Input the number :3
Result :3 times table
3x1=3
3x2=6
3x3=9
3x4=12
3x5=15
3x6=18
3x7=21
3x8=24
3x9=27
luckman_ly 1年前 已收到1个回答 举报

娃娃214 春芽

共回答了14个问题采纳率:85.7% 举报

#include
int main()
{
int n;
printf("Input the number :");
scanf("%d",&n);
printf("Result : %d times tablen",n);
for(int i=1;i

1年前

8
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 0.029 s. - webmaster@yulucn.com