Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
Is there a practical usage in this? I dont get the example as, if its for the sum pourpose, why INT print(int("2") + int("3"))
type-conversion
1 Stem
4 Antwoorden
3rd Oct 2018, 12:39 PM
Cristina Paixão
How many XP do you get for which of the 53 badges? (just want to sum it up in less than 512 letters)
badge
xp
2 Stemmen
4 Antwoorden
12th Jun 2017, 1:13 PM
Johann Leis
I just don't understanding , my vowel detecting code just keep giving me the sum of all inputted characters.. any assistace pls
python
python3
1 Stem
3 Antwoorden
28th Dec 2018, 12:37 AM
abdulsammad carlabubakar
How to write a for loop code that calculated the sum of the first and natural number.
c++
0 Stemmen
2 Antwoorden
1st Jan 2017, 2:57 PM
fatinfarhanah
Using while loop Write a c++ program that generate even numbers in range of 10 to 50 and display the numbers and their sum
c
-1 Stem
6 Antwoorden
10th Nov 2017, 10:38 AM
Stv Nikto
Hello. How can I write a program in python to print a sum of a range of number like from 1 to 10 please?
python3
1 Stem
2 Antwoorden
16th Dec 2020, 2:30 PM
Mas'ud Saleh
Can you make a program which finds the sum of two numbers without using '+' sign ?
c++
0 Stemmen
2 Antwoorden
31st Jan 2017, 3:16 PM
Vikas Rajput
[WHAT IS WRONG] Inputting 4 float numbers, either (+ or - ); but only add the negative and then printing the sum, two decimal.
float
help
java
math
sum
wrong
0 Stemmen
7 Antwoorden
7th Oct 2021, 10:24 AM
ruiririririri
I want to add the sum of J in my project but i cant know how to do it please help me!
c++
0 Stemmen
2 Antwoorden
2nd Aug 2020, 4:14 PM
Harsh Sharma
Write a program in C to calculate sum and average of 10 students marks in 5 different subjects using an array
arrays
average
c
sum
0 Stemmen
2 Antwoorden
14th Nov 2018, 7:34 PM
Atik Nipun
In a given array of numbers find the pairs of numbers (x,y) that add up to a given sum s.
algorithm
array
c++
java
javascript
pairsthatsumtoanumber
python
0 Stemmen
2 Antwoorden
25th Jun 2018, 1:41 PM
Krishna Sai Vootla
Add all odd numbers in a given range?
c++
odd_numbers
range
sum
0 Stemmen
1 Antwoord
17th Jan 2019, 12:30 AM
Daniel Cooper
How could I write a code that sum the power of 2 from 2 ^1 to 2^65?
python
1 Stem
1 Antwoord
30th Mar 2016, 1:45 PM
marco colombo
Display all the numbers between 0 and 200 satisfying all the below conditions. Conditions: i) Sum of the digits should be 9
java
-2 Stemmen
2 Antwoorden
1st Oct 2022, 8:07 PM
Dhoni Smash
Write a program in c to enter 20 number in an array. Determine the sum of odd numbers and even numbers separately
c
0 Stemmen
4 Antwoorden
12th Feb 2017, 2:04 PM
ankit pariyar
Can any tell me the logic to find sum of this series 1+1÷2+1÷3+1÷4......+n and to print this series 1,1,2,3,5,8,13 in c language
c
2 Stemmen
3 Antwoorden
14th Mar 2017, 1:26 PM
Stylish Kuri
I need to write a program to Take a number N as input and output the sum of all numbers from 1 to N (including N).
forbeginners-
python
0 Stemmen
4 Antwoorden
27th Jan 2022, 6:26 AM
Artin !!!
Can anyone tell me the code (in python or java) to find the value of three integers such that the sum of their cubes is 33
code
java
math
python
teaser
2 Stemmen
2 Antwoorden
6th Apr 2019, 5:01 PM
Rajneesh Singh
I want to do thé sum two number inside the script then affect it paragraph. Thanks you.
affect
in
script.
sum
tab
-3 Stemmen
1 Antwoord
9th Jun 2021, 12:17 PM
Malick Diagne
I tried to make a program that accepts a list of elements and prints the sum of distinct elements from the list.What has gone wr
python3
0 Stemmen
4 Antwoorden
3rd Jan 2020, 5:18 PM
SOUMYADEEP BISWAS
How many Iteration and Recursive calls does it take to calculate the sum of numbers in a list of size n?
c++
python3
1 Stem
1 Antwoord
25th Mar 2018, 7:33 PM
E_E Mopho
the sum of 4 pieces of the first 30 squares (1 + 4 + 6 + 19). what is the number of the first 1000 squares ?? (instructions: usi
for
0 Stemmen
8 Antwoorden
11th Jun 2019, 11:34 PM
MR.HBB
Use a loop to calculate the sum of all numbers that are a multiple of 3 in the range of 1 to 1000. A number is a multiple of 3
12.2
r
0 Stemmen
3 Antwoorden
30th Dec 2021, 5:59 PM
Hector Torres
So I'm supposed to output the sum 110. I solved this with easy math. Which other ways could I solve this? Just curious. :)
python
python3
0 Stemmen
3 Antwoorden
1st Jan 2021, 11:21 PM
Caroline Eliasson
How to write a function that takes user input(a number) and show its sum with 10,and then call the function?
c++
functions
problem
0 Stemmen
3 Antwoorden
27th Feb 2017, 2:43 PM
mohammad mazhariroshan
How can I add all of the values of 'n'?
add
help
math
python
riemman_sum
sum
0 Stemmen
8 Antwoorden
5th Feb 2020, 7:55 AM
Elmi Jimenez
Write a program to find the sum of perfect square of a given number. If perfect square doesn't exist return False.
numbers
1 Stem
2 Antwoorden
27th Feb 2018, 2:36 AM
Amrit Prasad
int [ ] myArr = {6, 42, 3, 7}; int sum=0; for(int x=0; x<myArr.length; x++) { sum += myArr[x]; } System.out.println(sum)
arrays
java
0 Stemmen
3 Antwoorden
20th Mar 2017, 4:39 AM
naveen roshan
How can i write a C++ program to find the sum of all the digits of a number using WHILE.... statement?
c++
sololearn
while
1 Stem
1 Antwoord
29th Oct 2022, 12:50 PM
WALTER CHIBUIKEM CHUKWUEMEKA
من يعرف للجافا
eixt
java
max
min
print
sum
جافا
0 Stemmen
10 Antwoorden
24th Feb 2021, 9:41 PM
yous
I am a beginner and my question may seem simple.... but whatever 😋 Does anyone know how to calculate the sum of a do while loop
c++
operators
0 Stemmen
7 Antwoorden
8th Jan 2017, 2:28 PM
Nikki Bee
i am trying to make a program which display the sum of numbers only if user write a positive number using only while loop
java
0 Stemmen
2 Antwoorden
30th May 2021, 4:25 PM
Mahmoud Hamed
How can i make summary src?
javascript
js
src
sum
website
1 Stem
5 Antwoorden
13th Dec 2017, 3:59 PM
Александр
How can I get the sum of items in an itarator. That is after removing all even numbers in a list and itarating it.Someone help👋
python
2 Stemmen
3 Antwoorden
23rd Feb 2021, 4:45 AM
Emmanuel Kipngeno cheruiyot
Can any one help Me to do method recursion java. That calculate the sum of two previous numper to the enterd numper
recursion
0 Stemmen
2 Antwoorden
8th Nov 2020, 3:30 PM
Asma Omer
I would calculed the sum the 1 to 10 by for in php,this code is true or false?
php
0 Stemmen
2 Antwoorden
3rd Mar 2017, 6:37 AM
lahcen dabouz
Anyone knows how can we do to have a new column sum which increase incremental on each row?
functions
sql
0 Stemmen
2 Antwoorden
30th Jul 2016, 8:18 PM
Ghinea Bogdan
Help please: Find the sum of all the multiples of 3 or 5 below 1000. (I'm using a website called Project Euler.net to help me practice code. I'm already stuck on the first problem.)
code
java
math
0 Stemmen
9 Antwoorden
20th Nov 2016, 10:26 PM
Dorre
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 Stemmen
1 Antwoord
18th Sep 2019, 11:02 AM
vivian
Pls help me to solve this programe ((Accept 20 value .find the sum of positive and negative number separately))
java
0 Stemmen
2 Antwoorden
29th Oct 2016, 7:38 PM
shaima
The below C program takes two input a,b but when executed it asks for another null input before printing the sum of a,b. Why?
buffer
c
input
0 Stemmen
3 Antwoorden
28th May 2021, 3:42 PM
SATYAM SINGH
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 Stemmen
3 Antwoorden
29th Nov 2019, 3:59 PM
Dipanjan Basu
help in java
exit
max
min
print
sum
-1 Stem
4 Antwoorden
26th Feb 2021, 4:59 AM
yous
Make a Number puzzle by using 1 to 9 numbers without repetition and the sum of three boxes will be only 15. Use 9 boxes.😉😉😎😎
generator
puzzle
2 Stemmen
2 Antwoorden
23rd Jun 2018, 2:22 AM
Chandu Vadde
Perfect Sum Problem (Print all subsets with given sum) Given an array of integers and a sum, the task is to print all subsets
java
-1 Stem
4 Antwoorden
2nd Oct 2017, 5:33 PM
Code_adi
Is it possible to combine these two codes and create a general logic for sum of digits of any n digit number?
sum_of_digits
2 Stemmen
2 Antwoorden
30th Sep 2017, 12:10 PM
Saloni Singh
Здрасте, если кто знает русский скажите, получается если будет int a = 11; int b = 22; int sum = a+b; cout<<sum,
c++
0 Stemmen
2 Antwoorden
18th Oct 2020, 6:20 PM
[No Name]
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
math
-3 Stemmen
2 Antwoorden
26th Oct 2021, 1:05 AM
Teach Me How To Code
Hey friends! Give me defination of second loop on my below description and reply me why its sum is 20.
c++
is
it
1 Stem
1 Antwoord
15th Aug 2018, 6:12 PM
Albert Whittaker :Shaken To Code
You are given an array of size N. You want to maximize the sum of elements on the odd indices of array
array
0 Stemmen
2 Antwoorden
28th Jan 2022, 6:10 AM
Pawan
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
...
20
21
22
...
24
Volgende >
Populair vandaag
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes