Answer:
Explanation:
mostTickets=0;
for (k=0; k< ndays; k++){
if (parkingTickets[k]>mostTickets) mostTickets=parkingTickets[k];
}
Change the line in word, it basically returns
The answer is true.
Let's say we are calculating the volume of a grain silo where the the width is a constant, but the height can be changed.
In our code we would calculate the volume using something like:
PI * (WIDTH / 2)^2 * height
The variables in all caps would be named constants. Using them makes the code more readable to other people than if we were to just use their values like:
3.14 * (145.75 / 2)^2 * height
Answer:
the two methods that can spread viruses are touching and breathing
Explanation:
When there are viruses being spread breathing near another person can caused it to spread because viruses can travel through air. if the viruse is in your systems coming out through the mouth is one way it can travel to another person. That's why wearing a mask is helpful
The other was is touching. Viruses can travel through physical contact. Is hands arent being wash regularly after eating brushing teeth etc it leaves germs and bacteria which is some of the ways and sometimes the main reason as to how viruses are made or created. That's why washing hands are important
Hope's this helps