Answer:
You should press the Enter key to change the cell contents to your typed data.
Explanation:
It changes a little depending on what programming language you're using, but in C you could say
int times_ten (int num) {
num = num*10;
return num;
}
Or, in general terms:
Integer Function times_ten (Integer num)
Set num = num * 10
Return num
This is all done assuming the number used as an argument is an integer and that you are returning an integer value, not a decimal. The main thing to notice is that since you have to return a value, you must have two things: a return statement, and a type declaration for the function, otherwise you'll get an error.
<u>Answer:</u>
<em>Sewage treatment Programs
</em>
<u>Explanation:</u>
Sewage treatment programs are the right choice <em>because these are the source to create germs and if we understand how to be clean, most of the disease is avoided.
</em>
<em>Drug regulation:</em> It is nothing but the continuous treatment of prolonged disease where pills needs to be taken regularly to protect patients from death or to avoid disease become more severe.
<em>Physical fitness campaign:</em> This concentrate on to how to keep bod fit through exercise and it does not deal with hygiene.
<em>Nutrition Education:</em> It’s a kind of protection mechanism where in-take of food is really concentrated to fight against germs.
Full documentation in the man pages.