The position sis she commonly dish’s sayhabwueuc. sisjeuwbwbeudus
Answer:
Written in Python:
hours = int(input("Hours: "))
mins = int(input("Minutes: "))
result = hours * 60 + mins
print("Result: "+str(result)+" minutes")
Explanation:
This line prompts user for hours
hours = int(input("Hours: "))
This line prompts user for minutes
mins = int(input("Minutes: "))
This line calculates the required output
result = hours * 60 + mins
This line prints the required output in minutes
print("Result: "+str(result)+" minutes")
Cloud computing allows for large chunks of data to be stored in data centers with owners having the ability to access stored information from any devices or location using their login credentials ensuring information are safe, secure and available over a an infinitely long period of time.
- Sustainability involves keeping hold of something over a very long period of time.
- When data or information are saved on online data centers which is made possible by cloud computing. Cloud computing ensures that data isn't saved on an individual's personal memory storage such as local hard drive or memory Cards where it could be lost at anytime.
- Data is stored online in data centers where it can be accessed over a very long period of time.
Therefore, the ability to get hold of time long information is an essential and important sustainability benefit offered by cloud computing.
Learn more :brainly.com/question/24875533