Answer:
Explanation:
mostTickets=0;
for (k=0; k< ndays; k++){
if (parkingTickets[k]>mostTickets) mostTickets=parkingTickets[k];
}
Team members must communicate with one another in a way that encourages collaboration and mutual understanding. Trust, message clarity, and loyalty are all enhanced by effective communication. Trust and motivation are eroded by ambiguous, poorly structured communication.
Answer:
Hacker
Explanation:
They break password codes to get access to unauthorized data.
Answer: No, logarithms and algorithms are not the same things.
Explanation:
Logarithms:- It is usually mention term in the mathematical field. It is mentioned as the function used for determination of exponent of base where the base is equal to some known number.
Algorithms:- It is a procedure which is used for solving any certain type of problem using tools like flowchart, programming languages etc. It is usually a term that is mentioned in computer science or mathematics to solve a problem in steps , instruction or other ways.