কীভাবে Sum গণনা করবেন
Sum কি?
A sum calculator adds a list of numbers, providing the total, count, average, minimum, and maximum. Useful for tallying expenses, quiz scores, inventory counts, and any situation requiring quick summation of a number list.
ধাপে ধাপে নির্দেশিকা
- 1Sum: add all numbers together (Σ = sum of all values)
- 2Count: number of values in the list
- 3Mean: Sum / Count
- 4Min/Max: smallest and largest values in the dataset
সমাধান করা উদাহরণ
ইনপুট
Numbers: 5, 12, 8, 20, 3
ফলাফল
Sum = 48 · Average = 9.6 · Count = 5
গণনা করতে প্রস্তুত? বিনামূল্যে Sum ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →