So here is the code in Python:
n = 0.00 #this is a float because there are some numbers that are decimals.
while n < 20: #n which is 0.00 and while it is lower than 20 if runs the code below
n = n + 1 #it will add 1 to n everything it runs the code.
k = n / 2 #it will divide whatever n is everytime by 2
print(str(n) + '/2: ') # it's printing the number it's on
print(k) # prints the answer for the n.
You can change n to add by any, make n any num instead of 0.00 and you can change the while condition from n < 20 to any other logical statement. If you want to get creative you can take 2 inputs for numbers and make one of them the starting number and other one is the ending number. Also make sure to make n a number lower than you starting point because if you set n as your starting point then it will skip it.
1981 fue inventado por Bill gates y paul allen
558c::d367:7c8e:1216:0:66be
It's false because u can't keep yourself on one side all the time u have to change the type u r talking about
Answer:
I. Return the laptop to a service center for repair.
II. Substitute an external component for the internal component.
III. Replace the internal component.
Explanation:
A laptop can be defined as a small portable computer that is embedded with a keyboard and light enough to be placed on the user's lap while working.
When a laptop internal device fails, the three options which you can use to deal with the problem are;
I. Return the laptop to a service center for repair: a computer technician at the service center would troubleshoot and fix the problem i.e the internal device that failed.
II. Substitute an external component for the internal component: the user could swap a component found on the outside of a laptop with an internal component provided that they are compatible with each other.
III. Replace the internal component: if the failed internal component is a customer replaceable unit (CRU), you can easily replace it.