Search:

Type: Posts; User: justinc911

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,516

    bool functions

    thanks for the code but I'm still having a problem it still only returns palindrome true. could look at my program.
    [code]

    // A Program that lets a user enter a line of text and states
    //...
  2. Replies
    10
    Views
    1,516

    bool functions

    [code]

    working on it 3 days and I'm still having trouble heres the code i have but it won't return anything at all . please write the code that i should use out please.


    bool...
  3. Replies
    2
    Views
    1,287

    palindromes and bool

    I have been working on this for 8 hours and i'm and still having problems with the bool palindrome definition at the end of the program. when i execute it always comes up as palindrome true even if...
  4. Replies
    3
    Views
    4,750

    reply to reply on bool defintion

    bool palindrome(const char s[])
    {
    bool pal=true; // assume s is a palindrome until mismatch is found

    int start=0,
    stop=strlen(s2[j-1]);

    bool=true;
    while(start>stop)
    {
  5. Replies
    3
    Views
    4,750

    bool palindrome definition

    Here what my program looks like now. I am trying to finish the bool palindrome definition. in the definiton i have shown what i am suppose to do but don't know how to write it out. all instructions...
  6. Program problems with return height and weight in different values

    I'm trying to make a program that allows a user to
    enter a height in inches and a weight in pounds
    and returns the height in centimetres and the weight in kilograms. Use -1 to as SENTINEL.

    I...
  7. Creating a program that counts each indiviual grade entered and outputs how many of e

    I have to create a program simple using a while loop and sentinel value of z. The program has to let the user enter grades such as A B C D or F,
    and needs a separate counter for each one.must use...
Results 1 to 7 of 7