Write an algorithm to find average of 10 number
Arsh_2 0 Newbie Poster
Recommended Answers
Jump to PostCreate a loop that executes 10 times
With each iteration of the loop, ask the user to input a number
Each time a number is entered, add its value to a sum variable
After the loop finishes, you should have the total of the 10 numbers entered
Divide this total …
All 2 Replies
rproffitt 2,701 https://5calls.org Moderator
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.