BU GORUNTUYU SADECE 2 TANE FOR DONGUSU KULLANARAK NASIL ELDE EDEBILIRIM ?
Moderatör tarafında düzenlendi:
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
BU GORUNTUYU SADECE 2 TANE FOR DONGUSU KULLANARAK NASIL ELDE EDEBILIRIM ?![]()
for(int i=1;i<10;i++)
{
Console.WriteLine(string.Join("*", new string[i]));
}
for(int i=10;i>1;i--)
{
Console.WriteLine(string.Join("*", new string[i]));
}