Menu

C++ problem.

Anonymous
2010-09-22
2012-09-26
  • Anonymous

    Anonymous - 2010-09-22

    How can I fix the errors in this problem? what am I doing wrong?

    include <cstdlib>

    include <iostream>

    using namespace std;

    int main(int argc, char *argv)
    {
    int Numero ;

    cout << "Numero : " ;

    cin >>numero al cuadrado ;
    numero_cuadrado = numero * numero

    cin >>numero al cubo ;
    numero_cubo = numero * numero * numero

    cout << "Numero al Cuadrado = " << numero_cuadrado << " \n -----------------";

    cout<< "Numero al Cubo " << numero_cubo << " \n ------------------";

    system("PAUSE");
    return EXIT_SUCCESS;

     
  • Wayne Keen

    Wayne Keen - 2010-09-26

    Well, why don't you start by posting the rest of your "Basic 3", the are
    covered in the thread titled "Please Read
    Before Posting a Question"

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.