Do While örnek: 20 ye kadar say değişkendeki sıfırdan başlayıp while deki rakamdan küçük olanları ekrana say:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace App16
{
class Program
{
static void Main(string[] args)
{
int Counter = 0;
do
{
Console.WriteLine(Counter);
Counter += 1;
}
while (Counter < 20);
Console.ReadLine();
}
}
}
Yazılım Eğitimi, Sql Server, C, C++, C#, Pyhton, Mobile, Web & IT üzerine yazılar.
Kaydol:
Kayıt Yorumları (Atom)
WhatsApp QR Oluşturucu (Excel)
WhatsApp QR Oluşturucu (Excel) Belirli bir nokta/Pavilion/Masa ID'si ile WhatsApp üzerinden mesaj almak için hazırlanmıştır. sadece B1 h...
-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="FirmaOtomasyonuWe...
-
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace App25 { class...
-
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace App25 { class Program ...
Hiç yorum yok:
Yorum Gönder