مثال برمجي 8 : Write a program to display cross or X-shape using stars pattern
- 2020-10-29
توصيف
السؤال من كورس ال Programming الخاص بي
Write a program to display cross or X-shape using stars pattern.
X
/**************************************************************************************************
Name : challenge 1
Author : Mohamed Elsayed
Description : Assignment 1 - Ex 21
**************************************************************************************************/
#include
int main()
{
int i,j,rows;
printf("Enter number of rows: ");
scanf("%d",&rows);
printf("\n");
for(i=0;i
الحل مرفق
لمزيد من التفاصيل يرجى التواصل معي