Search:

Type: Posts; User: strgglingstuden

Search: Search took 0.01 seconds.

  1. I'll warn you ahead of time...howework help

    I am currently writing a Pig Latin program that simulates the pig latin language. I have gotten the program to read one word and covert it but now I need it to transform an entire sentence and I am...
  2. Replies
    12
    Views
    1,963

    I've got a lot of research and learning to do,...

    I've got a lot of research and learning to do, the answer you gave me quzah I understand absolutely none of...except maybe return 0...lol
  3. Replies
    12
    Views
    1,963

    ...still need some help!

    OK, I think that I am getting closer to completing this simple program which identifies whether or not a letter entered by the user is a vowel or not by using a function. The program successfully...
  4. Replies
    4
    Views
    1,426

    Help! I'm still learning

    Alright, so the assignment for my entry level c++ class is to write a function isVowel in a program that can identify whether a letter entered by a user is a vowel or not. Here is what I have...
  5. Thread: test

    by strgglingstuden
    Replies
    4
    Views
    2,540

    test

    #include <iostream>
    using namespace std;

    char isVowel(char ch);

    int main()
    {
    char ch;

    cout << "Please enter a letter from the alphabet: ";
Results 1 to 5 of 5