listing19

#include
using std::cin ;
using std::cout ;
using std::endl ;
int main( )
{
int value = 0 ;
cout << "So, how many eggs did you say you wanted?" << endl ;
cin >> value ;
cout << value << " eggs, sunny-side up!" << endl ;
return( 0 ) ;
}

Wyszukiwarka

Podobne podstrony:
1590595270 1 listing01
listing10
1590595270 1 listing12
listing1701 sql
listing2

więcej podobnych podstron