The answer is C) tablet. You use the touch screen keyboard for that.
When you get it you need to make Shure the computer knows you have it
Answer: D, computer science
Explanation: Computer engineering is a specific field of computer science, as well as B and Software Engineering
Answer:
b you need to my dad is a car repair man and so am i
Explanation:
In python 3.8:
for x in range(1,51):
print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")
This works for me. Best of luck.