sty 14 2014

Let's play ............. C++


Komentarze: 0

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

int main()
{
    int dlugosc;
    cout << "Podaj liczbe calkowita";
    cin >> dlugosc;
    if (dlugosc>0)
    {
        cout << endl;
        cout << "Podales dodatnia liczbe" << endl;
        cout << "Dobrze, bo to ma byc dlugosc" << endl;
        cout << "Szrajbne ci teroz te dlugosc " << dlugosc;
 }
 cout << "\n\nDziekuje, koncze";
 cin.ignore();
 getchar();
 return 0;
}       

Yeti515   
Do tej pory nie pojawił się jeszcze żaden komentarz. Ale Ty możesz to zmienić ;)

Dodaj komentarz