Answer:
A.
thanks later baby HAHAHAHAHAA
Answer:
Hi!
The answer in Javascript is:
function monthsWithMoreOfThree() {
var Rainfall_mi = '3,4,1,5,2,6,7,9'; <em>//Defined and declared</em>
var num_rainy_months = 0;
var values = Rainfall_mi.split(","); <em>//use split method for Strings. Array is returned</em>
for (var i = 0; i < values.length; i++) { <em>//for each value, compares with 3</em>
if(values[i] > 3) { <em>//In Javascript, you can compare an String value with an int. Can use parseInt(aString) to explicit parse but is not necessary</em>
num_rainy_months++; <em>//If value is greater than 3, adds 1 to num_rainy_months</em>
}
}
}
Answer:
Through after school programs
Explanation:
Under represented and under resourced students can be better engaged in STEM programs through the establishment of after school state of the arts learning centres that can augment for the vacuum in the regular school system.
In such programs, the use of technological platforms with an integrated electronic learning system is necessary, because it avails the students the opportunity to brace up with the evolving impact of information technology to learning and personal developments.
Secondly, the use of immediate resources within the reach of these under privileged and under resourced students is a necessity. for example, a student in a rural community could start become more engage in engineering designs, building technology, instrumentation and architecture through the use of disposed cartons used to construct buildings, cars etc.
A i believe is the answer