| Hoş Geldiniz Sizi Burada Görmek Bizleri Mutlu Ediyor



Kullanıcı Girisi

 
Kullanıcı Adı :
Şifre :
 
Yeni Üyelik
Şifremi Unuttum
 

FOTOĞRAFLAR

   

Sayisal loto


Kategori : C ++
Okunma : 890
Acıklama : Sayisal loto oynayan bir program kolon sayisini siz belirliyorsunuz
#include<iostream> using std::cout; using std::cin; using std::endl; #include<iomanip> using std::setw; #include<ctime> int isPresent(int * arr, int uBound , int v) { int i = 0 ; while( i < uBound) { if (*(arr+i) == v ) return i; i++; } return -1; } int main() { int a=0,b[

Devamını Görmek İçin Üye Girişi Yapmanız Gerekmektedir.
 Baslık  Kategori  Hit
 Pointer  C ++  617
 girilen 3 sayının ortalamasını bulan program  C ++  1564
 Sayisal loto  C ++  819