Yazilim Öğrenmenin Tek Adresi...
Daha İyi Bir Hizmet İçin Lütfen Üye Olunuz...
Yazilim Öğrenmenin Tek Adresi...
Daha İyi Bir Hizmet İçin Lütfen Üye Olunuz...
Yazilim Öğrenmenin Tek Adresi...
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Yazilim Öğrenmenin Tek Adresi...

En Kapsamlı Visual Basic Sitesi
 
AnasayfaAramaLatest imagesKayıt OlGiriş yap
Giriş yap
Kullanıcı Adı:
Şifre:
Beni hatırla: 
:: Şifremi unuttum
Arama
 
 

Sonuç :
 
Rechercher çıkıntı araştırma
En son konular
» C İle Banka Otomasyonu Acill
If Then Icon_minitimeC.tesi Ocak 09, 2010 4:51 pm tarafından Ebubekir_Kara

» C++'la yapılmış basit ATM programı
If Then Icon_minitimeÇarş. Ara. 02, 2009 4:43 am tarafından 1221ibrahim

» Bir Oyunda Puan Sistemi Yapma
If Then Icon_minitimePtsi Kas. 02, 2009 1:49 pm tarafından KonYalıCoder

» Ipconfig Komutu
If Then Icon_minitimePaz Eyl. 13, 2009 5:33 pm tarafından OguzhanUyanik

» Çalıştır Komutları
If Then Icon_minitimePaz Eyl. 13, 2009 5:33 pm tarafından OguzhanUyanik

» Domain Adresleri
If Then Icon_minitimePaz Eyl. 13, 2009 5:32 pm tarafından OguzhanUyanik

» Msconfig Nedir? Ayarları ve Özellikleri
If Then Icon_minitimePaz Eyl. 13, 2009 5:32 pm tarafından OguzhanUyanik

» Windows Vista & Türkçe Kurulumu Resimli anlatım!
If Then Icon_minitimePaz Eyl. 13, 2009 5:31 pm tarafından OguzhanUyanik

» Format atmak ve Türkçe windows xp kurulumu (resimli anlatım)
If Then Icon_minitimePaz Eyl. 13, 2009 5:31 pm tarafından OguzhanUyanik

» Windows Xp Hızlandırma
If Then Icon_minitimePaz Eyl. 13, 2009 5:30 pm tarafından OguzhanUyanik

En iyi yollayıcılar
OguzhanUyanik (472)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
mehmet bozer (78)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
asi_esra (4)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
mysterious_el (4)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
1221ibrahim (3)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
igny (3)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
tarkantr2000 (2)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
myildiz.16 (2)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
KAPORTACI (2)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 
tolgakesan (2)
If Then Vote_lcapIf Then I_voting_barIf Then Vote_rcap 

 

 If Then

Aşağa gitmek 
YazarMesaj
OguzhanUyanik
Mareşal
Mareşal
OguzhanUyanik


Yengeç Mesaj Sayısı : 472
Kayıt tarihi : 31/08/09
Yaş : 31
Nerden : Konya
İş/Hobiler : Bilgisyar-Yazılım
Lakap : Nediz

If Then Empty
MesajKonu: If Then   If Then Icon_minitimeSalı Eyl. 08, 2009 2:15 pm

If then bloğu
program if_then;
uses crt;
var
a,b,sonuc:integer;
begin
writeln('1.deger giriniz');readln(a);
writeln('2.deger giriniz');readln(b);
if a>b then write(a,' ',b, ' den buyuktur');
if a<b then write(a,' ',b, ' den kucuktur');
if a=b then write(a,' ',b, ' ye esittir');
readln;
end.

if a>b then write(a,' ',b, ' den buyuktur');

if [sonuc] then [olay çıktısı yada işlem basamağı]

if then için Bir olayın olma olasığı


sonuç
0
1


if sonuc=0 [a>b için 3>5] then sonuç yorumlanmaz

if sonuc=1 [a>b için 5>3] then sonuç yorumlanır

f sonuc=0 [a<b için 5<3] then sonuç yorumlanmaz

if sonuc=1 [a<b için 3<5] then sonuç yorumlanır

f sonuc=0 [a=b için 3=5] then sonuç yorumlanmaz

f sonuc=1 [a=b için 3=3] then sonuç yorumlanır
Sayfa başına dön Aşağa gitmek
https://yazilimnet.yetkin-forum.com
 
If Then
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
Yazilim Öğrenmenin Tek Adresi... :: Masaüstü Programlama :: Pascal-
Buraya geçin: