Involvement is the answer just took it. thank you
B. False
Explanation
TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network.
Answer:
yes affects your K/D
Explanation:
winner winner chicken dinner
please mark me please brainliest or mark thanks
Whitespace
--------------------------------------------
function myFunction(num){
n = 0;
total = 1;
while (n < num){
total *= (num - n);
n+=1;
}
return total;
}
alert(myFunction(6));
I'm not too proficient in JavaScript but here's what the function would look like. I hope this helps!