+ 5
Where do u like to code ,at home ,cafe, library or where ?
8 odpowiedzi
+ 12
in the shower.
it makes my thoughts run like a river stream.
or maybe that's the electricity from bringing my computer into water...
+ 7
During mid-air free fall.
+ 6
at home...........( programming with friends in a cafe is totally impossible for me because none of my friends don't know what's programming ==)
+ 5
At my school because It's has faster computer than my home
+ 5
:
cout<<"Where do u like to code ,at home ,cafe, library or where ?"<<endl;
cin>>place;
/* No matter what's the input it will give u the right answer...ya it's at my home*/
switch(place)
{
case '1':
cout<<"at home after studies "<<endl;
case '2':
cout<<"at home after sleeping"<<endl;
case '3':
cout<<"at home before sleeping "<<endl
break;
default:cout<<" Home";
break;
}
}
0
at work.... I am not employed as a programmer. i just use my downtime
0
In the toilet during easy myself
https://code.sololearn.com/WjsZlYOs1Uo4/?ref=app
0
In the toilet during easy myself
https://code.sololearn.com/WjsZlYOs1Uo4/?ref=app