Kayıtlar

İskenderun Teknik Üniversitesi 2018-2019 Programlama FİNAL SINAVI

Resim
ELİME ULAŞAN FOTOLARDAN İLKİ MAALESEF ÇOK BULANIK  BU FOTOYU  DÜZENLEYEBİLECEK VEYA ELİNDE NET HALİ OLAN VARSA LÜTFEN BANA ULAŞSIN. CEVAP 26: #include <iostream>   #include <stdlib.h>   #include <time.h>   #include<stdio.h>   using namespace std;   int main()   {   srand(time(NULL));   int i;   int dizi[12];   for(i=0;i<12;i++)    {    dizi[i]=rand()%100;       cout << dizi[i]<<endl;    }       return 0;      }

İskenderun Teknik Üniversitesi 2018-2019 Programlama VİZE SINAVI

Resim
19) main(){ int x=3; while(x>0){ cout<<"*"; x--; } cout<<"**"; return 0; } 20) int s=1; main(){ while(1){ cout<<"A"; if(s==2) break; cout<<"B"; s++; } } 22) main(){ int i=0; while(1){ i++; if(i>5) break; i++; } cout<<"i "<<i; } 23) main(){ int A,B; A=0; B=3; A= ++B; if(A==B) cout<<"1"; else cout<<"0"; } 24)

10.DERS NOTU CEVAPLARI

Resim
CEVAP  1:   5,6,7,3,1,8,9,10,11,12,16,13,15,20,19,17,14,21,18,22,4,2 CEVAP 2:           https://tahiralpay-kodlar.blogspot.com/2018/05/kilo-boy-endeksi.html CEVAP 3: #include<iostream> using namespace std;   main()  {  int k,i;  float fak,e=0;  fak=1;  k=5; for(i=1;i<=k;i++)  {  e+=1/(fak*=i);  }  cout<<"e:"<<e;  } 

10.DERS NOTU (TEKRAR) 2018-2019 İSTE

Resim

9.DERS NOTU (DOSYALAMA) 2018-2019 İSTE

Resim

8.DERS NOTU (OPARATÖRLER DEVAMI-2) 2018-2019 İSTE

Resim

7.DERS NOTU (OPARATÖRLER DEVAMI-1) 2018-2019 İSTE

Resim