Ask Question
13 July, 04:03

Simple array java problem of printing out students' names who got below average gpas

+1
Answers (1)
  1. 13 July, 05:27
    0
    Answer:script>

    var emp=["Sanjay","Vimal","Ratan"];

    for (i=0; i
    document. write (emp[i] + "

    ");

    }

    Explanation:

    From the above code given that the names of students that got below average gpas are Sanjay, Vimal andRatan the code would be ...

    script>

    var emp=["names of students who got below average GPA"];

    for (i=0; i
    document. write (emp[i] + "

    ");

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Simple array java problem of printing out students' names who got below average gpas ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers