Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
I want to find the unique numbers of particular arry and this is my attempt it doesnt give the correct output?
c
2 Votes
3 Answers
14th Aug 2020, 5:30 AM
narthana wickramasinghe
Take a number N as input and output the sum of all numbers from 1 to N (including N).
pyhton
0 Votes
2 Answers
3rd Jul 2022, 9:22 PM
VISHAL CHAUDHARY
I am a beginner in Python. I want to code a program which outputs all the Fabonacci numbers within 100.
int
loops
print
python
while
-1 Vote
2 Answers
21st Aug 2021, 3:13 PM
Sunny
Write a program to add 2 numbers A) initialised by yourself B) take user input using scanner class
java
programming
-1 Vote
2 Answers
26th Nov 2021, 1:55 PM
Kritika Kohli
I want to sort 500000 numbers in C I first though about putting them in an array but can't create a such huge array
fj
2 Votes
3 Answers
28th Oct 2018, 9:24 AM
Lemovou Ivan
Help with a regex pattern for finding addition equations that includes both negative numbers and decimals?
javascript
regular-expressions
1 Vote
2 Answers
22nd Jan 2018, 7:36 AM
Jeremy
Can you guys help me to to print numbers between 100 and 200 which are divisible by 3 and nit divisible by 4
loop
while
1 Vote
8 Answers
11th Dec 2017, 7:10 AM
Muhammad midlaj K
can we get output of the string (text) also with the numbers for two variables in the statement 1 ?
javascript
loops
0 Votes
6 Answers
19th Jul 2017, 6:27 AM
Selina Miraz
what is output of this code ? //code for sum of first 10 odd numbers using //for loop .. verify and it is correct or //incorr
java
2 Votes
11 Answers
17th Dec 2016, 2:43 PM
Alaghusooriya EM
Making 6 different random Numbers.
non-reapiting
numbers
python
random
2 Votes
3 Answers
26th May 2017, 5:41 PM
Noname Nonamer
How could I round a number down to the ones place in JavaScript?
javascript
math
numbers
rounding
0 Votes
2 Answers
20th Feb 2019, 11:53 PM
Hadyn Casler
How can i write a code to print the sum of prime numbers from 0 to 120
functions
0 Votes
2 Answers
19th Apr 2019, 10:25 AM
Muhammad Yusif Garba
A program that receives 10 numbers and displays the second largest number along with its input number.
c++
0 Votes
2 Answers
22nd May 2021, 12:04 PM
alireza mohammadian
Using the concept of continue. Write program that sum numbers between 10 and 100 except number 97
c#
-3 Votes
4 Answers
6th Jan 2021, 10:07 AM
Feisal Said
I tried writing a code to find the sum of first n numbers but its not working. Please help me I'm a noob
loops
python3
0 Votes
7 Answers
22nd Jul 2019, 11:39 AM
ERROR_404
How can we create a function of our own to generate random numbers ?
c++
java
0 Votes
2 Answers
25th Feb 2017, 2:39 AM
Ankush Subham
floats
division
float
floats
numbers
python
3 Votes
1 Answer
30th Nov 2018, 10:44 PM
Kelly Wu
Write a c ++ code to evaluate prime numbers Fromm 500mil to 2 bill and should run in less than 30 seconds.
prime
0 Votes
4 Answers
20th May 2019, 2:14 PM
Mike Rimoy
How can i separate numbers from a string and then add it to an Integer array in java?
arraylist
arrays
java
strings
1 Vote
3 Answers
30th Jun 2017, 6:12 AM
I Am RG
Make a one line Python statement that uses both sum and range to print the sum of the numbers 1 through 10
python,
range
0 Votes
4 Answers
3rd May 2017, 9:03 PM
Tosin
How to sum up any two numbers entered by the user through a space? (Java)
java
split
1 Vote
1 Answer
23rd Apr 2018, 3:59 PM
Руслан Соколов
Помогите пожалуйста!!!
help
numbers
python
python3
telephone
validation
2 Votes
8 Answers
28th Oct 2020, 7:59 AM
артур кириенко
Does anyone here know how to fix the html code, correct the text and add color and numbers for me?
code
codeplayground
css
fix
fixed
html
html5
javascript
programming
1 Vote
2 Answers
17th Jul 2024, 11:54 PM
Nguyễn Viễn
The given code takes 3 numbers as input. Complete the program to output the maximum of the 3 inputs.
r
0 Votes
1 Answer
22nd Apr 2022, 1:01 AM
KARNATI SRILAKSHMI PUJITHA
What are the maximum and minimum values accepted by the following data types (Kotlin): Double, Float, Long, Int, Short, Byte
.kt
data-types
kotlin
numbers
syntax
1 Vote
3 Answers
14th Sep 2020, 9:20 PM
dign_code
I am looking for a function that find A numbers in B range that sum to C Ex: B =5 A =3 C= 8 Output: 1 2 5 1 3 4
c++
python
python3
1 Vote
8 Answers
1st May 2021, 1:45 AM
Emad
find out count of all subsets such that the sum of all the numbers in the subset is equal to target number.
java
0 Votes
5 Answers
18th Sep 2019, 8:51 AM
vivian
Use a while loop to calculate the sum of all numbers from 1 to 1000. Make it print only the sum, not the intermediate values.
java
1 Vote
6 Answers
17th Jun 2019, 7:08 PM
Arta
Write a function sumprimes(l) that takes as input a list of integers and retuns the sum of all the prime numbers in l.
python
0 Votes
3 Answers
10th Feb 2017, 4:31 PM
Kannan M
Please help me fix this Python code. It always outputs you lose even if the numbers match.
code
codeplayground
help
python
0 Votes
1 Answer
10th Jan 2023, 12:26 PM
Elliot
Write a program to ask the user to enter a list counting numbers between 1 and 12 and replace all entries>=10
lists
python
1 Vote
4 Answers
30th Sep 2019, 1:29 PM
Ayush Tripathi
Can you help me with the Python code for calculating arithmetical mean (sum of numbers in the range/ number of numbers)
python3
0 Votes
4 Answers
18th Mar 2020, 12:43 AM
Felix
Could you plz let me know any other way of writing a code which sum all numbers in a list?
def
python
sum
summery
2 Votes
4 Answers
4th Oct 2017, 1:58 PM
Shabnam
Write python program that creates a function which return the Greatest Common Divisor and Least Common Multiply of two numbers
python3
1 Vote
3 Answers
10th Apr 2018, 9:03 PM
saleh bawazeer
Write a program to,calculate the number of 4-digit numbers without repetition obtained from the combination of given input tuple
python
1 Vote
1 Answer
9th Nov 2022, 2:57 AM
G Sree Vani
Write C++ program to print the numbers from 1 to 36 each 4 on one line (nested for loop)
help
please
-1 Vote
3 Answers
12th Jun 2021, 8:42 PM
Amjed Alogaidi
How to write a code in c++ to check whether the numbers are rational or irrational.
c++
0 Votes
2 Answers
4th Nov 2018, 1:16 PM
Fan Of Mr Beast
How do I input 3 numbers using scanner and get the result of 3 corresponding computations? Go to Java lesson 5.1 to see instruct
increment
post
pre
scanner
1 Vote
6 Answers
24th Feb 2022, 10:38 AM
amy
How can we generated possible set of numbers from a list contaning element by rearranging them in different orders?using python
python
1 Vote
4 Answers
16th Oct 2018, 5:47 PM
Engineer OO
write a program to enter the numbers till the user wants & at the end it should display the count of +ve,-ve & zeroentered
c++
3 Votes
2 Answers
22nd Sep 2016, 2:24 AM
Meena
Why is the fuction returning a 0 and None instead of the numbers within the range.
python
1 Vote
2 Answers
7th Jan 2018, 11:36 AM
Kane A. Scott
Guys how do I generate a Random number with a range of numbers using If Statements?
if-statements
0 Votes
1 Answer
19th Mar 2019, 5:52 AM
Blessing
php how do code a program to print numbers from 1-50 that are not divisible to 5 and 7?
assignment
1 Vote
2 Answers
27th May 2018, 4:10 PM
Mustafa Samadi
How do I get this code to print a list of numbers instead of a column of numbers?
lists
python3
1 Vote
1 Answer
20th Aug 2019, 11:04 PM
Evan
Hey guys! Can someone teach me how to generate even,odd and prime numbers in flowchart? Thanks in advance😊
c#
c++
flowchart
html
0 Votes
4 Answers
21st Jul 2017, 11:50 AM
Aloha Mae Rondina
Is there any way to master the hexadecimal color system? I find myself using random combinations of numbers and letters
html
0 Votes
4 Answers
3rd Jul 2019, 9:03 AM
Elvis King
How do I write a simple c++ program to display the first 20 prime numbers
c++
0 Votes
2 Answers
23rd Nov 2016, 8:06 PM
kobbygeorge
How to find the numbers which are not repeated in array of integers , if others are present twice?
arrays
java
0 Votes
3 Answers
22nd Jun 2019, 4:02 AM
Saumya Upadhyay
[82, 12, 41, 38, 19, 26, 9, 48, 20, 55, 8, 32, 3] how to display numbers that have number 2 in the array
algorithm
arrays
java
2 Votes
4 Answers
7th May 2020, 2:42 AM
IKHWAN HABIBI
Please help! passed all tests but one keeps failing. A program to replace all occurrences of numbers with equivalent spellings
coddingchallenge
practice
python
1 Vote
3 Answers
1st Apr 2021, 9:14 PM
DOJ
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
43
44
45
...
55
Next >
Hot today
Void functional void with bool function
0 Votes
Python
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Need help (French)
1 Votes
Help for study
0 Votes
Spying on me
1 Votes
Where's PHP and Ruby courses?
1 Votes