Computer Science, asked by lanietamarama1971, 7 months ago

For all values of K between 1000 year/meter till 10,000 year/meter in increments of 1000 years/meter, calculate, the age of the sediments at a depth of 2 meters, 4 meters, 5.5 meters, and 10 meters. For each rate K you must display the depth of the sediment and the respective age of the sediment. Task 1: Write an algorithm to solve the problem mentioned above. Your algorithm must have a nested loop i.e., there should be an inner loop and an outer loop. This should be written as pseudocode and added as comments in your python file. Task 2: Translate your algorithm into a Python program. The python implementation must have try ... except block to catch the runtime errors to make the program safe from any unwanted crashes

Answers

Answered by kritagyasingh7376
1

Answer:

Sorry i am not able to answer this ☹️.........

Similar questions