Search:

Type: Posts; User: BamaMarine06

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,988

    Thank you so much! That worked.

    Thank you so much! That worked.
  2. Replies
    2
    Views
    1,988

    Average Calculation Error

    I am having trouble with calculating the average of a series of grades entered. Here is my code. Any help would be appreciated.

    insert

    #include<stdio.h>

    float calculateAverage (float total,...
  3. Replies
    8
    Views
    2,872

    I fixed that

    and it still won't print the right way.

    Here's the question: The program will ask the user for a two-digit number and then prints the English translation of that number. This program will only...
  4. Replies
    8
    Views
    2,872

    Two-digit wont print at one time

    I got this problem i am trying to figure out. For some reason when I enter two numbers I have to press enter after the first digit to get it to work right. If I enter two digits at the same time...
  5. Replies
    1
    Views
    2,914

    Seven-segment displays

    Trying to figure out how to exactly set up a seven-segment display?
  6. Replies
    12
    Views
    1,265

    thank you for explaining that adak

    thank you for explaining that adak
  7. Replies
    12
    Views
    1,265

    no, actually I am working problems from a...

    no, actually I am working problems from a worksheet to prepare me for a quiz
  8. Replies
    12
    Views
    1,265

    ok, thank you so much, can you break this code...

    ok, thank you so much, can you break this code down to exactly where I am looking to take what they enter and store it into a char array? (sorry, very new c programmer)
  9. Replies
    12
    Views
    1,265

    Right now i'm working on storing each word in a...

    Right now i'm working on storing each word in a row; the reverse part i haven't got to yet. Their are like 4 different things that are wanted out of this question, but right now the first step is...
  10. Replies
    12
    Views
    1,265

    #include #include ...

    #include <stdio.h>
    #include <string.h>


    #define STR_LEN 30
    #define N 10

    int main(void)

    {
  11. Replies
    12
    Views
    1,265

    So lost; new c programmer

    Working on a problem and cannot figure out this part.....
  12. Replies
    8
    Views
    1,508

    This is outstanding!!!!! Ya'll are some real good...

    This is outstanding!!!!! Ya'll are some real good people in here looking out for us "Newbies". Thankx, also real quick. Got a link for a newbie that cannot understand c programming. A place that...
  13. Replies
    8
    Views
    1,508

    Thank you so much. Brand new to this and am...

    Thank you so much. Brand new to this and am completely lost. Read the textbook and took tutorial but not understanding.
  14. Replies
    8
    Views
    1,508

    Store each word as a row of a char array, making...

    Store each word as a row of a char array, making sure a null character is stored at the end of each word so it can be treated as a string (up to 30 words with 20 chars each should be sufficient, no...
  15. Replies
    8
    Views
    1,508

    So, do i define NUM_STUDENTS before int...

    So, do i define NUM_STUDENTS before int main(void)?
  16. Replies
    8
    Views
    1,508

    Two-dimensional array

    yo yo
Results 1 to 16 of 16