Answer:
this is plug and play
Explanation:
plug and play or PnP is a standard that has been in use commonly since around the beginning of the millenia. pnp devices usually work without needing any drivers manually installed, they use generic ones included with the operating system most of the time.
Answer:
Following are the program in the Python Programming Language.
#declare variable and initialize to 0
sum = 0
#read the following file
file = open('numbers.txt', 'r')
#set the for loop
for n in file:
#convert the file string into the integer and perform sum.
sum += int(n)
Explanation:
<u>The following are the description of the program</u>.
- Firstly, declare variable 'sum' and initialize the integer type value i.e., 0.
- Set the variable 'file' that only read the following file text i.e., 'numbers.txt'.
- Set the for loop that read the content of the file and store in the variable 'n' one by one.
- Finally, er convert the following string in to the integer and perform the addition.
The nursing usually takes up to 18 months, i.e. one year and a half.
The baby dolphin may however remain with his mum for up to 3-6 years.