Question: Create a list containing decimal numbers. Write a program to find the sum of all the numbers in the list. The program works for all

Create a list containing decimal numbers. Write a program to find the sum of all the numbers in the list. The program works for all decimal list. For example, list =[2,1,4,11] The program calculates the sum and outputs the result. The sum for above list is 6. This program works with any lists that contains numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
