Search:

Type: Posts; User: jmarsh56

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    5,047

    thanks, and i just put the cases across instead...

    thanks, and i just put the cases across instead of down that is why it looks like that. either way it works.
  2. Replies
    7
    Views
    5,047

    there is no way of adding just one case for all...

    there is no way of adding just one case for all of the digits? i know u can do it with a if - else statement but i have to do it as a switch statement. thanks
  3. Replies
    7
    Views
    5,047

    char switch statement

    i am trying to write a switch statement that displays whether ch is a vowel, a digit, or something else. i got it to display it as a vowel or something else but the digit part is killing me. this...
  4. Thread: c++ questions

    by jmarsh56
    Replies
    3
    Views
    972

    thanks for the help now i am starting to...

    thanks for the help now i am starting to understand this more
  5. Thread: c++ questions

    by jmarsh56
    Replies
    3
    Views
    972

    c++ questions

    i have a few c++ questions. i will write down what the question is and my answer. i am just looking to see if i am correct.

    int I = 20;
    int k = 15;
    int j = 5;
    j = k; my answer is j = 15
    k =...
  6. Replies
    5
    Views
    1,474

    thanks, i added that in with a few more lines i...

    thanks, i added that in with a few more lines i came up with and received the answer i was looking for. thanks again
  7. Replies
    5
    Views
    1,474

    i am not sure what you mean. dont i have to put...

    i am not sure what you mean. dont i have to put in somewhere the formula to figure out which angle is larger? also i am not sure what you mean by tan(angle)
  8. Replies
    5
    Views
    1,474

    floating point values

    i am trying to do the following:

    program that reads two floating-point values representing angles and displays a message stating which angle has the greater tangent value. Note that the...
  9. Replies
    1
    Views
    1,534

    floating point values

    i am trying to do the following:

    program that reads two floating-point values representing angles and displays a message stating which angle has the greater tangent value. Note that the...
  10. Replies
    4
    Views
    2,179

    thanks, i must be a moron, i cant figure out how...

    thanks, i must be a moron, i cant figure out how to rewrite the code to make it work. thanks for the help
  11. Replies
    4
    Views
    2,179

    the problem is i have to use and if statement...

    the problem is i have to use and if statement with the && operator. that is what is confusing me.
  12. Replies
    4
    Views
    2,179

    set validation

    hello all i am having a problem setting validation. i have written this code and it works. when i try and put in validation with if statements it keeps crashing the program. i have no idea where...
Results 1 to 12 of 12