New to C++ need help

Joined
Sep 2, 2010
Messages
2
Reaction score
0
I'm new to c++ and I'm having some problems trying to build

error "____" was not delcared in this scope. On numerous lines.

Code:
cout << "Plese enter miles you wish to convert ";
cin>> miles;

// Get feet from user
cout << "Please enter the feet you wish to convert ";
cin>> feet;

// Caculate Miles.
feet / 2.28 = kilometers
kilometers * 1000 = kilometers

// Display conversion
cout << << kilometeres << endl;
return 0;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top