Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
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 Głos
3 odpowiedzi
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 głosów
2 odpowiedzi
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 Głos
6 odpowiedzi
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 Głos
2 odpowiedzi
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 głosów
2 odpowiedzi
31st Jan 2017, 3:16 PM
Vikas Rajput
I want to add the sum of J in my project but i cant know how to do it please help me!
c++
0 głosów
2 odpowiedzi
2nd Aug 2020, 4:14 PM
Harsh Sharma
[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 głosów
7 odpowiedzi
7th Oct 2021, 10:24 AM
ruiririririri
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 głosów
2 odpowiedzi
25th Jun 2018, 1:41 PM
Krishna Sai Vootla
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 głosów
2 odpowiedzi
14th Nov 2018, 7:34 PM
Atik Nipun
Add all odd numbers in a given range?
c++
odd_numbers
range
sum
0 głosów
1 Odpowiedź
17th Jan 2019, 12:30 AM
Daniel Cooper
Display all the numbers between 0 and 200 satisfying all the below conditions. Conditions: i) Sum of the digits should be 9
java
-2 głosów
2 odpowiedzi
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 głosów
4 odpowiedzi
12th Feb 2017, 2:04 PM
ankit pariyar
How could I write a code that sum the power of 2 from 2 ^1 to 2^65?
python
1 Głos
1 Odpowiedź
30th Mar 2016, 1:45 PM
marco colombo
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 głosów
3 odpowiedzi
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 głosów
4 odpowiedzi
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 głosów
2 odpowiedzi
6th Apr 2019, 5:01 PM
Rajneesh Singh
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 głosów
4 odpowiedzi
3rd Jan 2020, 5:18 PM
SOUMYADEEP BISWAS
I want to do thé sum two number inside the script then affect it paragraph. Thanks you.
affect
in
script.
sum
tab
-3 głosów
1 Odpowiedź
9th Jun 2021, 12:17 PM
Malick Diagne
How many Iteration and Recursive calls does it take to calculate the sum of numbers in a list of size n?
c++
python3
1 Głos
1 Odpowiedź
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 głosów
8 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
8 odpowiedzi
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 Głos
2 odpowiedzi
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 głosów
3 odpowiedzi
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 Głos
1 Odpowiedź
29th Oct 2022, 12:50 PM
WALTER CHIBUIKEM CHUKWUEMEKA
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 głosów
7 odpowiedzi
8th Jan 2017, 2:28 PM
Nikki Bee
من يعرف للجافا
eixt
java
max
min
print
sum
جافا
0 głosów
10 odpowiedzi
24th Feb 2021, 9:41 PM
yous
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 głosów
2 odpowiedzi
30th May 2021, 4:25 PM
Mahmoud Hamed
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 głosów
3 odpowiedzi
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 głosów
2 odpowiedzi
8th Nov 2020, 3:30 PM
Asma Omer
How can i make summary src?
javascript
js
src
sum
website
1 Głos
5 odpowiedzi
13th Dec 2017, 3:59 PM
Александр
I would calculed the sum the 1 to 10 by for in php,this code is true or false?
php
0 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
30th Jul 2016, 8:18 PM
Ghinea Bogdan
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 głosów
1 Odpowiedź
18th Sep 2019, 11:02 AM
vivian
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 głosów
9 odpowiedzi
20th Nov 2016, 10:26 PM
Dorre
Pls help me to solve this programe ((Accept 20 value .find the sum of positive and negative number separately))
java
0 głosów
2 odpowiedzi
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 głosów
3 odpowiedzi
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 głosów
3 odpowiedzi
29th Nov 2019, 3:59 PM
Dipanjan Basu
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 głosów
2 odpowiedzi
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 Głos
4 odpowiedzi
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 głosów
2 odpowiedzi
30th Sep 2017, 12:10 PM
Saloni Singh
Здрасте, если кто знает русский скажите, получается если будет int a = 11; int b = 22; int sum = a+b; cout<<sum,
c++
0 głosów
2 odpowiedzi
18th Oct 2020, 6:20 PM
[No Name]
help in java
exit
max
min
print
sum
-1 Głos
4 odpowiedzi
26th Feb 2021, 4:59 AM
yous
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
math
-3 głosów
2 odpowiedzi
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 Głos
1 Odpowiedź
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 głosów
2 odpowiedzi
28th Jan 2022, 6:10 AM
Pawan
Find the sum of first ten natural number 1 2 3 ...10 but the I m getting error please help thanks u
c++
1 Głos
3 odpowiedzi
19th Oct 2016, 7:17 PM
kevink mahadeo
Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
c++
0 głosów
1 Odpowiedź
23rd Oct 2020, 1:36 AM
Deema Thnabi
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
20
21
22
...
24
Dalej >
Popularne dzisiaj
Javascript
1 Votes
Countdown Test
1 Votes
diary
1 Votes
Could anyone fix this?
0 Votes
how do i create a code
0 Votes
web application with java, spring boot
1 Votes
Pro but still no unlimited hearts and advertisements.
0 Votes
Fitting
0 Votes
Leecode?
2 Votes
Module quiz not opening
1 Votes