Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How do I sum two strings
c++
1 Vote
1 Answer
2nd Jan 2020, 11:54 PM
Demoshell
How to creat own library function in c
,dusplay
sum
0 Votes
1 Answer
2nd Jan 2020, 4:26 PM
Nikhil
I have a text with numbers and the problem asks to sum the numbers which appear in the string.
numeric-operations
sum
0 Votes
8 Answers
28th Dec 2019, 7:58 AM
Frontend Dev Junior
Calculate the sum of dict values in magic_dict by taking only into account numerical values
python
python3
1 Vote
3 Answers
24th Dec 2019, 4:42 PM
SRINATH CHOWDARY
Write a JavaScript program to check two numbers and return true if one of the number is 100 or if the the sum of the two numbers
javascript
0 Votes
2 Answers
21st Dec 2019, 9:33 AM
Karthick Mathesh
To find the sum of digits of the number which is the result of 100!
clever
programmer
0 Votes
11 Answers
7th Dec 2019, 3:56 PM
Subhankar
Write a function Adder() that receives a pointer to an integer array as input, and uses this pointer to return the sum of eleme
c++
functions
pointers
0 Votes
2 Answers
4th Dec 2019, 4:13 PM
Naveed Ahmed
How to get sum of even and odd number separately using while loop
python
sumeven
sumodd
while
0 Votes
6 Answers
2nd Dec 2019, 7:56 PM
Ayush Khandelwal
How to find sum of the series 2+ 10+ 18+.... n in Python?
python
sumofseries
2 Votes
17 Answers
2nd Dec 2019, 3:58 PM
Ishmum Tahzeeb
How to make in one line
cin
cout
loops
sum
while
0 Votes
6 Answers
1st Dec 2019, 4:43 PM
Evaldas
Print only negative nums its sum applying loop and arrays
arrays
for
loop-for
negative
0 Votes
5 Answers
30th Nov 2019, 10:37 PM
Jorge Muñoz
What is sum in python
help
plss
python
python3
0 Votes
9 Answers
30th Nov 2019, 6:23 PM
DELETED ACCOUNT
Sum and Average in functions. It compiled but the result is showing garbage value. could anyone write the proper form of code an
c++
function-arguments
function-parameters
functions
0 Votes
3 Answers
29th Nov 2019, 3:59 PM
Dipanjan Basu
What is a C++ program to print the sum and count of negative numbers out of a list of 26 numbers.
c++
1 Vote
26 Answers
25th Nov 2019, 3:25 PM
malk Al-Maamari
What is the error..It is showing in line 18..
diagonal
python
sum
6 Votes
5 Answers
22nd Nov 2019, 7:47 PM
Sparshika
Number of subarray given a value less than k
arraylist
arrays
help
python
subarray
sum
0 Votes
2 Answers
22nd Nov 2019, 5:37 AM
patos
How can i find the sum of two numbers using Java
java
0 Votes
14 Answers
21st Nov 2019, 12:31 PM
Rozina Frank
How to find the sum of the factors of a number in python?
python
python3
2 Votes
5 Answers
17th Nov 2019, 4:28 PM
Anurag Ranjan
how to find the sum of two numbers that in total will give a prime number( in the list) and print these numbers
python3
-2 Votes
1 Answer
14th Nov 2019, 5:27 PM
Марсель Халимов
How to add numbers in a string(such as:- abc123 which gives result as 6)?
numbers
python
string
sum
5 Votes
2 Answers
14th Nov 2019, 1:34 PM
Ayush Tripathi
How to return the sum of a number in ruby?
algorithms
ruby
0 Votes
2 Answers
13th Nov 2019, 8:40 PM
NELSON J
Difficult(maybe it is simple) question from another website: Simple Array Sum
array
c++
vector
0 Votes
1 Answer
2nd Nov 2019, 10:12 AM
汝風留名
Write a program to print the sum of Fibonacci numbers.
fibonacci
java
2 Votes
2 Answers
2nd Nov 2019, 9:32 AM
GiantJupiter
How do i sum up the numbers within a large number? In python
python3
3 Votes
10 Answers
29th Oct 2019, 5:58 PM
MohammadReza Yadollahi
can't solve this."n" numbers are given.Calculate the sum of the digits for every number & output the lowest number of these sums
c++
0 Votes
8 Answers
26th Oct 2019, 9:30 AM
George Listru
How can i call it ? Sum method see code in description
java
2 Votes
3 Answers
26th Oct 2019, 8:57 AM
VikaSh YadaV
How to find the sum of the last digit of "n" numbers.
beginner
c++
1 Vote
8 Answers
24th Oct 2019, 7:29 PM
George Listru
Suppose you draw three dices(using integers 1 to 6). Print all possible cases that the sum of them is equal to 10.
loop
0 Votes
1 Answer
17th Oct 2019, 7:01 AM
Okhunjon Mamajonov
How do you print the sum of two variables?
java
operators
0 Votes
2 Answers
16th Oct 2019, 7:55 PM
Blu Neon
What is the output of the following code? function magic(...nums) { let sum = 0; nums.filter(n => n % 2 == 0).map(el => sum+
javascript
rest-parameters
0 Votes
3 Answers
15th Oct 2019, 11:09 AM
amal mohammed
How to calculate the sum of 2 dice?
python
0 Votes
4 Answers
13th Oct 2019, 4:01 PM
Preet
Sum of even number if (i%2=0) showing i=1 error
java
1 Vote
2 Answers
13th Oct 2019, 2:26 PM
Ramya
How do I solve this? Please help
loops
numbers
odd
python3
sum
0 Votes
4 Answers
7th Oct 2019, 5:12 PM
Sundram Raj
Write a python program to find sum of first 10 even numbers and difference of first 10 odd numbers
python
-10 Votes
11 Answers
7th Oct 2019, 11:29 AM
Thakur Lion😎😎
For loop
codes
forloop
sum
-1 Vote
3 Answers
6th Oct 2019, 6:30 AM
Beginner_Programmer
any other way to print pair of numbers whose sum is always less than the third number(n here)??
python3
1 Vote
6 Answers
5th Oct 2019, 10:28 PM
Harsh Saxena
Find the error and give the correct program.This program is to print the sum of series 1/1+22/2...+nn/n
python3
0 Votes
4 Answers
3rd Oct 2019, 5:08 PM
Monish
Can you explain why the commas become the member of new array that is result of the sum of two arrays?
arrays
javascript
0 Votes
3 Answers
2nd Oct 2019, 5:46 AM
Nurman Tajir
Sum with arbitrary amount of brackets. Why does it work?!?!?
closures
functions
javascript
1 Vote
3 Answers
2nd Oct 2019, 4:20 AM
max
Fill in the blanks to print the sum of the two variables.
java
operators
-12 Votes
6 Answers
29th Sep 2019, 8:13 PM
shaibu Iddrisu
How can I prepared the sum of 7 subject marks in C++?
else-statements
0 Votes
6 Answers
29th Sep 2019, 2:50 PM
Abaas
Why does my code print the original sum value, and not what it's supposed to be?
c++
help
programming
sequence
sum
1 Vote
2 Answers
27th Sep 2019, 11:40 AM
Benan Essayed
Can someone explain why the modulo is used to calculate sum of integers?
#java
#javaforbeginners
#javatutorial
1 Vote
3 Answers
26th Sep 2019, 9:56 PM
Andy M
I want to find the sum of the series:1+3+6+10+15+...upto n terms.what has gone wrong in my code?
c++
0 Votes
1 Answer
26th Sep 2019, 4:59 PM
SOUMYADEEP BISWAS
LIST SUM FILTERS (HELP ME PLEAS)
https://code.sololearn.com/c1aictxg16r4
problem
0 Votes
1 Answer
25th Sep 2019, 10:33 PM
Вадим Парницький
Error in sum of Persian numbers with %,d format
java
0 Votes
2 Answers
22nd Sep 2019, 7:10 PM
hamid
A C++ program that read and store a series of integers and then computes the sum of the first N integer value.
c
c#
c++
programmer
-1 Vote
1 Answer
22nd Sep 2019, 12:57 PM
Muhammad sani
How to find the sum of the sum of numbers in a given list in Python 3?
lists
numbers
python
sum
1 Vote
6 Answers
22nd Sep 2019, 9:27 AM
Hermione
Program to find sum of smallest number and largest number of given two prime numbers
c
please
python
-13 Votes
4 Answers
18th Sep 2019, 3:23 PM
Firas Ahmed
find out count of all subsets such that the sum of all the numbers in the subset is equal to target number.
c
c#
c++
java
programming
0 Votes
1 Answer
18th Sep 2019, 11:02 AM
vivian
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
10
11
12
...
24
Next >
Hot today
Collision bug in player movement — not sure what's wrong
2 Votes
code coach
3 Votes
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
i want correct anwer code
0 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
0 Votes
IndexOf()
1 Votes
Does this app support the audio tag?
0 Votes
I dont know what i should do with java script
0 Votes
Lua?
1 Votes
Who should or which website should i visit or watch so i could learn python??
1 Votes