Mission: Simple Average Calculator

Problem Statement:

Create a program to calculate the average of a set of numbers.(rounded to 2 digits after the decimal point).

please take 10,20,30,40,50 as set of numbers

Output Format:

Average: [calculated_average]
  
Mission Status: Started