Search:

Type: Posts; User: d03nvc9

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,357

    5 names in input John, Patrick, Ben, Marck,...

    5 names in input
    John, Patrick, Ben, Marck, Andrew

    And 3 grades for each person
    6, 5, 8
    9, 8, 6
    6, 9, 9
    7, 6, 7
    5, 4, 7
  2. Replies
    5
    Views
    3,357

    Cycle for looping

    Hi, I have the following assignment:
    I have to do a program that asks the name of the alumn, and then input 3 grades.
    Once that is done, the program must calculate the average of each alumn and the...
  3. Replies
    2
    Views
    5,412

    Program skips for cycle

    Hi, I have the following exercise:
    "Write a C language program that reads a sequence of positive numbers from the keyboard
    and for each number, print the progressive sum. The program ends when...
  4. Replies
    1
    Views
    2,001

    Segmentation fault: 11

    I have to make a program that Reads two numbers and check if the first one is a multiple of the second.
    I think the whole program I wrote is wrong :(, but when I compile it I get "Segmentation...
  5. Replies
    2
    Views
    4,078

    View input and sum rows and columns

    Hi, I need to fix a program with a main menu that prints the input inserted, sums the rows and sums the columns.
    I made something up but it doesn't work and I can't understand why.

    Here are the...
  6. Hi, thanks for the suggestion. It worked! I've...

    Hi, thanks for the suggestion. It worked!
    I've been struggling all day to the 2, 3, and 4 functions.

    The function 2 prints random numbers in a loop.
    The function 3 doesn't print anything
    The...
  7. Make the main menu always appear at the end of the function

    I created a main menu on my program, but when the function is completed, it just closes, even if I put "do" and "while".
    Also, there is something wrong in the code? I can't check it because the...
Results 1 to 7 of 8