Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
CHALLENGE✋: Integers, roots and division
challenge
divisible
maths
15 Stemmen
29 Antwoorden
28th Dec 2017, 9:10 AM
Ledio Deda
Help to sum(Lists, Integers, Tuples)
isinstance
python
sum
6 Stemmen
2 Antwoorden
15th Feb 2020, 1:12 PM
Moree
why cout<<n prints 0 when I input other than integers, supposed to show something else?
c++
cpp
2 Stemmen
6 Antwoorden
28th Apr 2021, 6:14 PM
Shunon
Sum of 5 integers, using while loop.
c++
loops
0 Stemmen
1 Antwoord
1st Nov 2017, 6:22 PM
Saumya Ranjan
what is the difference between integers, floats, and strings
floats
input
integers
output
python
strings
0 Stemmen
2 Antwoorden
25th Mar 2020, 3:16 PM
souhila Abid.
TypeError: list indices must be integers, not str
lists
python
python3
0 Stemmen
1 Antwoord
11th Feb 2017, 1:49 PM
Yunus Kaya
How to convert hrs and mins which are integers, into binary.??
binary
conversion
python
urgent
0 Stemmen
3 Antwoorden
6th Mar 2017, 7:32 AM
Mohit Khokhar
can a for loop have 2 integers, 2 conditions and 2 increments?
c++
0 Stemmen
4 Antwoorden
14th Jul 2016, 6:52 AM
OMKAR
Given an array of N integers, can you find the sum of its elements? In python
python3
0 Stemmen
6 Antwoorden
23rd Oct 2017, 6:51 PM
Rabi Raj
Given a list of integers, how to obtain the product of all the even-indexes integers?
len
list
loops
product
python
0 Stemmen
3 Antwoorden
25th Oct 2018, 4:04 PM
Nah Wei Siang
I need help with my code
help,
integers,
python,
2 Stemmen
2 Antwoorden
3rd Apr 2017, 4:06 PM
Abbie Ruperto
## Challenge ## > From A List Of Integers, Find The Lowest Possible Sum Of Any Two Numbers.
c++
challenge
python
sololearn
-1 Stem
10 Antwoorden
18th Jul 2018, 5:12 PM
Prince Patel
I have a list consist of different integers, and i will give a number, then I need to add the integers in that list
python3
0 Stemmen
18 Antwoorden
2nd Jun 2022, 9:57 AM
S GOUSE BASHA
Given a list of N integers, find its mean (as a double), maximum value, minimum value, and range.
c++
cpp
1 Stem
4 Antwoorden
23rd Mar 2019, 2:10 AM
stanley
Given an array of integers, find the numbers that appears an odd number of times return an array of the numbers.
challenge
code
questions
1 Stem
10 Antwoorden
16th Aug 2020, 9:59 PM
notGreat
For other types, such as integers, indexing them isn't possible, and it causes a TypeError.
lists
python
0 Stemmen
1 Antwoord
16th Aug 2017, 2:28 PM
Nityanand
Given an array of integers, find the first missing positive integer in linear time and constant space.
c
0 Stemmen
2 Antwoorden
24th Jan 2019, 1:38 PM
DODDABASAPPA
Given an array of integers, return a array such that each element at index i of the new array is the product of all the number
easy
-1 Stem
7 Antwoorden
6th Oct 2019, 1:36 PM
MahirShah
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue.
c
c#
c++
generics
order
0 Stemmen
2 Antwoorden
8th Oct 2019, 10:54 AM
Atharva mali
Given array A consisting of N integers, you have to find the maximum value of the following expression: |Ai−Aj|+|i-j|
arrays
c++
0 Stemmen
1 Antwoord
27th Dec 2020, 5:30 PM
Pulluri Sai Lalith
Write a C function to find the kth occurrence of an even integer in a sequence of non negative integers, and then call your func
sequence
series
0 Stemmen
3 Antwoorden
19th Sep 2018, 5:04 PM
Nilutpol Kashyap
Is there a way to output something other than characters, integers, and strings and floats? Like a digital display?
colors
display
output
0 Stemmen
1 Antwoord
29th Nov 2019, 3:42 PM
Apollo
How do I create a range with both positive and negative integers, and print out the times table of the value N?
for
loops
1 Stem
3 Antwoorden
23rd Jan 2018, 11:35 PM
Jonathan Cross
Is my code is correct... "Given an array of integers, find two numbers such that they add up to a specific target number."
python
0 Stemmen
2 Antwoorden
13th Jun 2020, 9:07 AM
SelvaKumar
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue. q.Enqueue(x); Queu
c#
0 Stemmen
2 Antwoorden
3rd Oct 2019, 1:38 PM
TSHEGOFATSO LETABANE MALESA
What is the default data type of items in list? Are they considered to be characters, integers, or somethings else?
lists
0 Stemmen
1 Antwoord
17th Jan 2018, 1:51 PM
S Aditya Gautam
Write a function that, given an array A of N integers, returns the largest integer K > 0 such that both values K and -K exist in
python3
1 Stem
2 Antwoorden
27th Jul 2021, 10:45 AM
Gouri Shinde
If a and b: b = ac where a, b, c are integers, and if x % b or x % a over the same loop both output the same thing,
loop
python
time
1 Stem
5 Antwoorden
25th Apr 2022, 9:22 AM
Korkunç el Gato
Write a function called manipulate_data which will act as follows: When given a list of integers, return a list, where the fi
python
0 Stemmen
1 Antwoord
17th Sep 2016, 1:57 PM
Dennis
Write a program that asks the user to enter an integer N and prints two integers, root and power, such that 1 < power < 6 and...
code
iteration
loop
problem
python
0 Stemmen
1 Antwoord
8th Oct 2020, 1:10 AM
Ali Rezaei
assume user can input 2 integers, let it be (15,3) so we have to print all the possible sums of 3 digits which equals input1(15)
java
logic
0 Stemmen
2 Antwoorden
11th Jul 2017, 2:01 PM
Jay Parekh
create a function that when given list of integers, returns a list,where the first element is the count of positive numbers and the second element is the sum of negative numbers. NB: Treat 0 as positive.
python
0 Stemmen
3 Antwoorden
7th Sep 2016, 2:37 PM
brian
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
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
Pointers in c#
1 Votes
Salut tout le monde
1 Votes
Please click me
0 Votes
How can i isntall modules
1 Votes
Unity's loading time?
4 Votes