Search:

Type: Posts; User: davic01

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,070

    I dont know whats going on with my program

    hey guys im supposed to do the program attached but it does not run how it is supposed to. Can i have some help in fixing this please.



    #include <stdio.h>
    #include <string.h>
    #include...
  2. Replies
    7
    Views
    5,052

    okay this is the part im kinda lost for...ive...

    okay this is the part im kinda lost for...ive entered the void addInterest line as you said. Where do i set the interest at 5% now.
  3. Replies
    7
    Views
    5,052

    ohhhhh okaay so ive changed it to "char CustName...

    ohhhhh okaay so ive changed it to "char CustName [25]"
  4. Replies
    7
    Views
    5,052

    i have added "int customers" under main. I am not...

    i have added "int customers" under main. I am not too sure what you are asking me to do next.
  5. Replies
    1
    Views
    3,194

    Solve a program for me please

    Can someone complete the attached program file please...it would be greatly appreciated:o
  6. Replies
    7
    Views
    5,052

    Some help please

    Hey guys, i was completing a C structure program that stored the name, account number and balance of customers.

    This is what i have done so far.




    #include <stdio.h>
    #include <string.h>
  7. Replies
    8
    Views
    5,711

    There’s a table that I can’t type on here

    There’s a table that I can’t type on here
  8. Replies
    8
    Views
    5,711

    Write a modular C program that processes and...

    Write a modular C program that processes and evaluates student data stored in a 2-D array, where the first column in the array stores the students’ IDs, the 2nd column stores the students’ scores for...
  9. Replies
    8
    Views
    5,711

    I’m not from America so school is closed for me...

    I’m not from America so school is closed for me right now.
  10. Replies
    8
    Views
    5,711

    No I mean someone sent me a picture of the...

    No I mean someone sent me a picture of the question
  11. Replies
    8
    Views
    5,711

    Can someone solve a program for me

    Hey guys I have a program that I desperately need a solution to. It’s a picture tho so I would like to email it to someone. Please help me ASAP
  12. Replies
    15
    Views
    14,205

    #include void rating_msg(); void...

    #include<stdio.h>
    void rating_msg();
    void rating( );
    void lowest_rating();
    void highest_rating();
    void total_score();
    void average_score();

    int user_scores[5];
    int total ;
  13. Replies
    15
    Views
    14,205

    #include main(){ int Rating; ...

    #include <stdio.h>

    main(){
    int Rating;
    printf ("Enter rating for cost");
    scanf("%d",&Rating);

    printf ("Enter rating for games");
    scanf("%d",&Rating);
  14. Replies
    15
    Views
    14,205

    include int score=0 int userid=input...

    include <stdio.h>
    int score=0
    int userid=input
    for (loop 4 times)
    {
    Score+=userid
    }
    list int ids
    list int scores
    ids.add(id)
  15. Replies
    15
    Views
    14,205

    #include int main () { int score,...

    #include <stdio.h>
    int main ()
    {
    int score, rating
    printf ("Please enter score")
  16. Replies
    15
    Views
    14,205

    I’m really at a loss at what to do for this...

    I’m really at a loss at what to do for this assignment 😔 usually I’m able to read my books and figure it out but this time I’m not lucky that’s why I came here
  17. Replies
    15
    Views
    14,205

    Can i have some help with an assigment

    Hi everyone,
    i need help to write a modular c program that accepts 5 user scores on a PS4 gaming console.

    the program must repeatedly request from each user, ratings on the following factors of...
Results 1 to 17 of 17