Search:

Type: Posts; User: student91

Search: Search took 0.09 seconds.

  1. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    never mind im leaving this program alone. my head is fried ive been on this pc trying to build that that program for 11 hours. I think its time for me to chill and do more research later.


    ...
  2. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    well a code above is what I have at the minute. im going back and forwards

    the examples of output I have shown is what has to look like when its done
  3. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    this is output of the program



    Enter the number of students: 3 " 3 is for user input"

    Enter the grade for student 1: 55 "55 user input "

    Enter the grade for student 2: 108 "108 user...
  4. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    could someone give me tips . what I actually need for my program.

    to have a program that works same way as below

    prompts user for the grades of each of the students and saves them an int array...
  5. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    the problem is I cant find the code I need to get my program working
  6. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    last year we had brilliant teacher that thought us C++ i was able to write the code on piece of paper
    this year we have a monkey.. she showed us to copy code
    i have forgotten some C++

    with...
  7. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    im at the very start still im going round in circles.

    the program is student grade calculator.
    program asks user how many students is he going to put in ,
    6 for example;


    than program...
  8. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    public static void main(String[] args) {
    // TODO code application logic here


    String average = " The average is : ";
    String max = "The maximum grade is :";
    String minimum = "The minimum...
  9. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    public static void main(String[] args) {
    // TODO code application logic here


    String average = " The average is : ";
    String max = "The maximum grade is...
  10. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    have very little time. I found out yesterday that this has to be done by Friday . and I have web development project , networks project and another coding project done by Friday. my head is fried...
  11. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    ok combining to what needs to be done to have the program done as it shown as example below


    "A sample output :
    Enter the number of students: 3
    Enter the grade for student 1: 55
    Enter...
  12. Replies
    25
    Views
    2,149

    [SOLVED] Re: student grade

    I haven't that much done im confused so I gave up on it. downloaded a book also started reading it.

    im just behind othersa. due to family problems at home. ive no one else to help me from my...
  13. Replies
    25
    Views
    2,149

    [SOLVED] student grade

    prompts user for the grades of each of the students and saves them an int array called grades. Your program shall check that the grade is between 0 and 100. program should then check if the grade is...
Results 1 to 13 of 13