Search:

Type: Posts; User: Blazefury5

Search: Search took 0.01 seconds.

  1. cout

    cout<<"Please enter your first number:";
    cin>>integerVariable1;

    cout<<"Please enter the desired operation:";
    cin>>operation;

    int result = Calculate( &integerVariable1, operation );
    k I...
  2. NEED HELP! :( Simple Calculator using Pointers.

    Need help making a Calculator program.
    I need help on the function I have set, idk if I'm doing it correct or not. and how to have a function call for it. I tried using Calculate();

    is what is...
Results 1 to 2 of 2