Diysb Tools

संख्याएं जोड़ें

संख्याओं की सूची का योग करें।

संख्या टूल्स

संख्या योग कैलकुलेटर क्या है?

यह संख्याओं के समूह का योग निकालने के लिए एक ऑनलाइन ब्राउज़र-आधारित उपयोगिता है। आप संख्याओं को अल्पविराम, रिक्त स्थान या किसी अन्य वर्ण (लाइन ब्रेक सहित) से अलग करके दर्ज कर सकते हैं। आप पाठ्य डेटा का एक अंश भी पेस्ट कर सकते हैं जिसमें वे संख्यात्मक मान हों जिनका आप योग करना चाहते हैं और उपयोगिता उन्हें निकालकर उनका योग ज्ञात कर लेगी।

इनपुट संख्याएं
योग
टूल विकल्प
संख्या निष्कर्षण
स्मार्ट योग
इनपुट में संख्याओं का स्वतः पता लगाना.
संख्या सीमांकक
यहां संख्या विभाजक को अनुकूलित करें। (डिफ़ॉल्ट रूप से एक लाइन ब्रेक।)
चल योग
चरण दर चरण गणना करके योग प्रदर्शित करें।
संख्याएं जोड़ें उदाहरण

Sum of Ten Positive Numbers

In this example, we calculate the sum of ten positive integers. These integers are listed as a column and their total sum equals 19494.

0 1 20 33 400 505 660 777 8008 9090
0 1 20 33 400 505 660 777 8008 9090
19494
19494
संख्या निष्कर्षण
स्मार्ट योग
इनपुट में संख्याओं का स्वतः पता लगाना.
संख्या सीमांकक
यहां संख्या विभाजक को अनुकूलित करें। (डिफ़ॉल्ट रूप से एक लाइन ब्रेक।)
चल योग
चरण दर चरण गणना करके योग प्रदर्शित करें।

Count Trees in the Park

This example reverses a column of twenty three-syllable nouns and prints all the words from the bottom to top. To separate the list items, it uses the \n character as input item separator, which means that each item is on its own line..

This year gardeners have planted 20 red maples, 35 sweetgum, 13 quaking aspen, and 7 white oaks in the central park of the city.
This year gardeners have planted 20 red maples, 35 sweetgum, 13 quaking aspen, and 7 white oaks in the central park of the city.
75
75
संख्या निष्कर्षण
स्मार्ट योग
इनपुट में संख्याओं का स्वतः पता लगाना.
संख्या सीमांकक
यहां संख्या विभाजक को अनुकूलित करें। (डिफ़ॉल्ट रूप से एक लाइन ब्रेक।)
चल योग
चरण दर चरण गणना करके योग प्रदर्शित करें।

Sum of Integers and Decimals

In this example, we add together ninety different values - positive numbers, negative numbers, integers and decimal fractions. We set the input separator to a comma and after adding all of them together, we get 0 as output.

1, 2, 3, 4, 5, 6, 7, 8, 9, -1.1, -2.1, -3.1, -4.1, -5.1, -6.1, -7.1, -8.1, -9.1, 10, 20, 30, 40, 50, 60, 70, 80, 90, -10.2, -20.2, -30.2, -40.2, -50.2, -60.2, -70.2, -80.2, -90.2, 100, 200, 300, 400, 500, 600, 700, 800, 900, -100.3, -200.3, -300.3, -400.3, -500.3, -600.3, -700.3, -800.3, -900.3, 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, -1000.4, -2000.4, -3000.4, -4000.4, -5000.4, -6000.4, -7000.4, -8000.4, -9000.4, 10001, 20001, 30001, 40001, 50001, 60001, 70001, 80001, 90001, -10000, -20000, -30000, -40000, -50000, -60000, -70000, -80000, -90000
1, 2, 3, 4, 5, 6, 7, 8, 9, -1.1, -2.1, -3.1, -4.1, -5.1, -6.1, -7.1, -8.1, -9.1, 10, 20, 30, 40, 50, 60, 70, 80, 90, -10.2, -20.2, -30.2, -40.2, -50.2, -60.2, -70.2, -80.2, -90.2, 100, 200, 300, 400, 500, 600, 700, 800, 900, -100.3, -200.3, -300.3, -400.3, -500.3, -600.3, -700.3, -800.3, -900.3, 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, -1000.4, -2000.4, -3000.4, -4000.4, -5000.4, -6000.4, -7000.4, -8000.4, -9000.4, 10001, 20001, 30001, 40001, 50001, 60001, 70001, 80001, 90001, -10000, -20000, -30000, -40000, -50000, -60000, -70000, -80000, -90000
0
0
संख्या निष्कर्षण
स्मार्ट योग
इनपुट में संख्याओं का स्वतः पता लगाना.
संख्या सीमांकक
यहां संख्या विभाजक को अनुकूलित करें। (डिफ़ॉल्ट रूप से एक लाइन ब्रेक।)
चल योग
चरण दर चरण गणना करके योग प्रदर्शित करें।

Running Sum of Numbers

In this example, we calculate the sum of all ten digits and enable the option "Print Running Sum". We get the intermediate values of the sum in the process of addition. Thus, we have the following sequence in the output: 0, 1 (0 + 1), 3 (0 + 1 + 2), 6 (0 + 1 + 2 + 3), 10 (0 + 1 + 2 + 3 + 4), and so on.

0 1 2 3 4 5 6 7 8 9
0 1 2 3 4 5 6 7 8 9
0 1 3 6 10 15 21 28 36 45
0 1 3 6 10 15 21 28 36 45
संख्या निष्कर्षण
स्मार्ट योग
इनपुट में संख्याओं का स्वतः पता लगाना.
संख्या सीमांकक
यहां संख्या विभाजक को अनुकूलित करें। (डिफ़ॉल्ट रूप से एक लाइन ब्रेक।)
चल योग
चरण दर चरण गणना करके योग प्रदर्शित करें।