Klasik IF ile hazırlanmış basit örnek

Kurtbeyi

Misafir Editör
Katılım
5 Şub 2022
Mesajlar
1,980
Tepkime puanı
0
Puanları
36
Konum
istanbul
Cinsiyet
  1. Bay
Takım
Fenerbahçe
Klasik IF ile hazırlanmış basit örnek

Kod:
#include "stdafx.h"

#include <iostream>
# include<string>
using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{

    int  not ; 
    cout<<"Notunuzu giriniz :" ;
    cin>>not;
    if(not >50)
    {
        cout<<"gectiniz"<<endl;

    }
    else 
    {
        cout<<"kaldiniz"<<endl;
    }
    system("pause");
    return 0;
}
 
metal işleme
Üst