using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
int sayaç, toplam;
sayaç = 0; toplam = 0;
for (sayaç=1; sayaç<=100; sayaç++)
{
toplam=toplam+sayaç;
Console.WriteLine("sayaç={0} toplam={1}",sayaç,toplam);
}
Console.ReadKey();
}
}
}
EKRAN GÖRÜNTÜSÜ
VİDEOSU:
BU
LİNK YARDIMIYLA DOSYASINI İNDİREBİLİRSİNİZ.
Related Post
Scratch Projem-9ALTIGEN ÇİZİMİhttp://scratch.mit.edu/projects/fcetin/2447983ALGORİTMASI1-BAŞLA2-Kalem kod bloğundan
Scratch Projem-10ÇOKLU ŞEKİLLERhttp://scratch.mit.edu/projects/fcetin/2447995ALGORİTMASI1-BAŞLA2-Kalem kod bloğundan
Scratch Projem-6DAİRE ÇİZİMİhttp://scratch.mit.edu/projects/fcetin/2447961ALGORİTMASI1-BAŞLA2-Kalem kod bloğundan k
Scratch Projem-2KARELER ÇİZİMİhttp://scratch.mit.edu/projects/fcetin/2445303ALGORİTMA:1-BAŞLA2-Kalem kod bloğundan
Scratch Projem-8ÜÇGEN ÇİZİMİhttp://scratch.mit.edu/projects/fcetin/2447969ALGORİTMASI1-BAŞLA2-Kalem kod bloğundan k
Scratch Programını TanıyalımScratch programı sayesinde eğlenceli bir ortamda hikâye anlatımı, oyun, animasyon gibi uygulamaları
Show Conversion Code Hide Conversion Code Show Emoticon Hide Emoticon