Ask Question
8 March, 20:39

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

+5
Answers (1)
  1. 8 March, 21:07
    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?
Find an answer to your question 👍 “Simple array java problem of printing out students' names who got below average gpas ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers