![]() |
C# FOR DÖNGÜSÜ İLE PİRAMİT ÇİZİMİ int x, y, seviye; Console.WriteLine("Döngü "); seviye = Convert.ToInt32(Console.ReadLine()); for (y = 1; y <= seviye; y++) { for (x=2; x<=y; x++) { Console.Write("*"); } Console.WriteLine(" "); } Console.ReadKey(); |
Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 16:13. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk