The Boolean type is used to represent true or false values
Answer:
Router
Explanation:
Routers have something called a WAN link, which can be used to connect 2 local area networks
Answer:
Software is a set of computer programs which makes computer work.
One of the easiest fixes is going to be running a scan of it. It could be malware, or even a virus slowing it down. If nothing comes up, cleaning it out with a can of air is the next best solution. Dust is very bad for a computer and it can cause it to overheat and/or slow down. While you are cleaning it out, go ahead and make sure all the cords are plugged in. However, if your computer runs slowly, but it works, it probably isn't the cords. That's what I would do.
Answer:
Answer is in the provided screenshot.
Explanation:
You are making this more confusing for yourself by doing it like this.
I have added variables at the top of your program for game messages that are repeated - and also simplified the given cases for if the player wins, loses or ties.
I invite you to now make a point tracker that, at the start of each game says: You have "x" points.
And you gain a point for winning, lose a point for losing and nothing happens if you tie.
To add a while loop - simply use the "while" keyword, and anything within the loop will repeat while the given condition is true.