Recent content by goku3240

  1. G

    Comp Sci C++ Array Help: Solve Troubleshooting Issues

    I am having trouble trying to get my code to run for the following: // Use substitution strings to replace all the occurrences // of multiple tags in the lines of text in a form. // The user enters the filename. // The tags and their substitution strings are found in another file. // The...
  2. G

    Codelab excercise 2- computer programming part 1

    KK thanks I just joined today, and I just read the rules. So i will try it out but will i reiceve help with the difficult ones?
  3. G

    Codelab excercise 2- computer programming part 1

    Homework Statement 1) Given three already declared int variables, i , j , and temp , write some code that swaps the values in i and j . Use temp to hold the value of i and then assign j 's value to i . The original value of i , which was saved in temp , can now be assigned to j . 2)...
  4. G

    Codelab excercise 2- computer programming

    Homework Statement 1) Given an integer variable strawsOnCamel , write a statement that uses the auto-increment operator to increase the value of that variable by 1. 2) Given an integer variable timer , write a statement that uses the auto-decrement operator to decrease the value of that...
Back
Top