Search:

Type: Posts; User: Pl2lNCE

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,918

    Last Call - For any guidance

    These are the final programs and I was wondering if I could get some help on me final review before submission. Can somebody please tell me what glaring omissions and errors, if any, are present in...
  2. Replies
    11
    Views
    3,918

    okay so if i change program 1 to use 2 index...

    okay so if i change program 1 to use 2 index variables on the array, like this:



    #include <stdio.h>

    main()
    {
    int array[2][3] = {{10, 12, 33},{11, 28, 32},};
    int size = 6;
  3. Replies
    11
    Views
    3,918

    Update

    Thanks for helping me out, I think I am pretty close to what I need can somebody just review these new programs and tell me if it looks good.

    I know the indentations still aren't fixed and some...
  4. Replies
    11
    Views
    3,918

    3 Small C Programs

    I have a HW assignment that I am getting stuck on, hopefully someone can help me fix my code. There are 3 separate programs, I feel confident in the second one, and it compiled with no errors, but...
  5. Replies
    2
    Views
    2,053

    HW Help - Average & Total of six integers

    I am trying to complete this assignment, but I'm stuck, can anybody help me fix my code?

    "Write a program that prompts the user for an integer number from the keyboard, and store it in a variable...
  6. Replies
    1
    Views
    2,121

    HW Help - Switch and Loop statements

    I'm having difficulty writing this program for my homework assignment, can anybody help me fix this program.

    "This program requires you to use a loop as well as the switch statement. You will...
Results 1 to 6 of 6