C# Console ile yıldız,desen,üçgen vb çalışmalar -5-*'lar ile Yarım baklava dilimi içi boş
{
static void Main([] args)
{
int i, j;
int space = 0;
int MAX = 10;
for (i = MAX; i > 0; i
{
for (j = 0; j ; j++)
{
Console.Write("*")
}
for (j ; j < ; j++)
{
Console.Write(" ")
}
for (j = 0; j ; j++)
{
Console.Write("*")
}
Console.Write("\n")
space += 2;
}
Console.ReadLine()
}
<center>CIKTI </center>
********************
********* *********
******** ********
******* *******
****** ******
***** *****
**** ****
*** ***
** **
* *
}