Im like 90% sure its a container file
the answer to your question is ".docs"
Answer: Refresh
Explanation:Refresh is the tool available in the operating system for the regaining the page with actual factors . It eliminates the factors that made change before in the computer.
It is also done for the quick updating of the desktop so that the work done in the system in from the initial period and not containing any previous changes.It regains the utility,refreshes the function back to active mode etc.
public-speaking skills, writing skills, leadership skills, or compassion good vision
Answer:
The pseudocode is as follows
1. Input Steps
2. Input Day
3. Miles = Steps/2000
4. Calories = 65 * Miles
5. Print Calories
6. Stop
Explanation:
This line gets the number of steps for the day
1. Input Steps
This line gets the current day
2. Input Day
The line calculates number of miles
3. Miles = Steps/2000
This line calculates the calories lost
4. Calories = 65 * Miles
This line prints the calories lost
5. Print Calories
The pseudocode ends here
6. Stop