Halaman

Our Sweet Home

Hye guys..this is our blog..with lots of luve..
We create it as to share some knowlegde..not just luve..
but if u wanna share, story to us ur story..
you can comment it..thanks^_^

Selasa, 4 Januari 2011

Simple example of c++

#include
using namespace std;

int main ()
{
int num;
double height;

cout<<"enter the num: "<
cin>>num;

cout<<"enter the height: "<
cin>>height;

return 0;
}

Tiada ulasan: