编写C语言程序,输出下列雪花图案如图

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/08 00:33:02

编写C语言程序,输出下列雪花图案
如图

#include "stdio.h"
void main()
{
int i,j;
printf(" ");
for (i=1;i