while döngüsü ile ismimi sağa, sola, yukarı aşağı harekiti sağlamak?



Sagot :

#include <cstdlib>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
int sayi1;
cout<<"1.sayi:";
cin>>sayi1;

if (sayi1>0) //burada while döngüsünü yazsamda aynı sonucu alıyorum ??
{

cout<<"pozitif"<<endl;
}

system("PAUSE");
return EXIT_SUCCESS;
}

Thank you for visiting our website wich cover about Bilgisayar. We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and dont miss to bookmark.


Rans Other Questions