Answer:
Language programming Web's programming language
Explanation:
If you are just starting go on khan academy and go to the computing section and they will start you out on the basics on code devoloping.
Answer:
Option D is correct.
Explanation:
Option D is correct because when the condition if (list[j] < temp) is tested it only gets true when element in list[] array at <em>jth</em> position is less than the value in <em>temp</em> and after that it increments the value of c by this statement: c++ and so c is incremented from 0 to as much times as much elements in list[] are lesser than temp.