Ok we will do it for you cause they are very mean
Answer:
Following are the program in Python langauge
person_name = input() # Read the person name by the user
person_age=0 #declared a vaiable person_age
person_age = int(input()) # read person_age by the user
person_age=person_age+5 # add 5 to person_age
print('In 5 years',person_name,'will be',person_age) # display the output
Output:
Amy
4
In 5 years Amy will be 9
Explanation :
Following is the description of code:
- Read the value of the "person_name" variable by the user by using the input function.
- Declared a variable person_age and initialized 0 with them.
- Read the value of "person_age" variable by user by using input function and convert into int by using int function
- Add 5 to "person_age" variable and store again them into the "person_age" variable.
- Finally, display the output which is mention in the question.
The answer to your question is A. blogs
A computer.
Core components of a computer
Processor (cpu): can compute instructions
RAM (random access memory): Holds running processes.
HDD( hard disk drive): Stores data, e.g. pictures, documents, games etc.
Motherboard: Allows devices to communicate with each other via a "bus".
Power Supply (PSU): converts AC current to DC, providing the computer with power.
D. Avoiding sitting helps relieve stress made in the spine