DileepKumarMantena / AngularPractice

This Repo has the angular practice code
0 stars 0 forks source link

Programs on Array Commands #2

Open DileepKumarMantena opened 1 month ago

DileepKumarMantena commented 1 month ago
  1. Calculate the sum of all the numbers in the array.
  2. Calculate the average of all the numbers in the array.
  3. Find the maximum number in the array.
  4. Find the minimum number in the array.
  5. Return an object containing these calculated values.