Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How I can eliminate integers and take the only character from the input line and reverse it in C.
c
or
python
0 Voto
8 Respostas
1st Feb 2021, 3:21 AM
PRAJWAL
Sorting of integers list in ascending order and adding all zeros at the end. Is there any best alternative than this?
based
condition
on
python.list
sorting
3 Votos
8 Respostas
25th Jul 2020, 7:07 AM
Sevda Krithika Sharma
Hi, how to int(input()) but only take the first 10 integers from the input to input-variable?
input
int
numbers
python3
2 Votos
4 Respostas
27th Aug 2017, 6:08 PM
Da Riebi
Please how can i code some integers e.g [47,1900,1,90,45] to return a sum of two digits
def
1 Voto
5 Respostas
4th Mar 2017, 2:17 PM
Marion Rain
help me guys ....i want to use division lemma... a=bq+r => a/b=q+r/b....i want to divide two integers ...in complicated way
c++
division
double
1 Voto
14 Respostas
22nd Mar 2017, 6:22 PM
Laraib
Write function prototype of a function Calc which receive two integers and returns their average
function
java
0 Voto
3 Respostas
10th Feb 2019, 3:59 PM
Manvi Jaiswal
Can i write this <<puts("%d %f %c",2,3+2,ab); >> without holding integers or constants?
c
0 Voto
1 Resposta
12th May 2020, 3:49 PM
Dark AR
Write C++ code that would read integers and stop when the value read is equal to 50
c++https://www.sololearn.com/discuss/
https://code.sololearn.com/woxbfmwyz5df/?ref=app
introductionto
programming
-1 Voto
3 Respostas
9th Oct 2021, 10:44 AM
Tsebiso Motseki
How do i make a multiple choice based test since switch cant take non integers
java
2 Votos
2 Respostas
17th Dec 2017, 8:10 PM
OBAwesome
not able to print integers stored in array , just getting bunch of 0s
array
c
c++
0 Voto
3 Respostas
1st Nov 2017, 4:34 PM
Hridyansh Thakur
How to correct declare set of integers in one variable if you use sololearn compiler?
c++
0 Voto
2 Respostas
25th Aug 2020, 7:04 AM
TeaserCode
How to end- sort a list of distinct integers by using minimum number of moves?
python
python3
0 Voto
2 Respostas
7th Mar 2019, 4:28 AM
Saicharan Pedapati
The concept is bit reversion ...to convert a number into reversed order of 32 bit unsigned integers
c,c++
0 Voto
4 Respostas
6th Feb 2021, 12:16 PM
Janani G
Write a program to find lowest number of integers in the array that sums up the given number. In java,c,c++ only no python
coding
round
0 Voto
5 Respostas
8th Oct 2019, 5:35 AM
D€√Anand Gutte
How to write a python programme that take 2 integers as input and do addition as ouput?
python
1 Voto
3 Respostas
21st Dec 2020, 12:55 PM
Fouad Hassan
C++.Net program to input and sort in up to 100 integers in ascending order
c++
1 Voto
1 Resposta
16th Oct 2022, 10:53 PM
abubakar ishaq
Plz who can clarify what 'parsing 'is to me and what does it mean to parse a valid non-negative integer
integers
non-negative
parsing
1 Voto
3 Respostas
24th Sep 2019, 7:38 PM
Ifeanyi Nnabuenyi
How to obtain sum of reciprocal of integers up to an input value?
c++
0 Voto
2 Respostas
8th Sep 2016, 4:40 PM
Lavnish
If a==(1..12).to_i. Where a is user input in integers .Is it a correct statement to use,or i use another method
range
ruby
4 Votos
3 Respostas
23rd Aug 2019, 10:15 AM
E∆SI🇳🇬🤖
how can i write a c code that will take n integers into a 2d array?
arrays
c
0 Voto
2 Respostas
8th Aug 2021, 1:58 PM
Siyam
Why python converts integers into float. Also why it is a exception as written in lesson
python
2 Votos
3 Respostas
9th Jun 2017, 4:40 AM
anjali jain
My cousin told me not to use too much integers because larger no of integers take more space! i don't know what this space refers to, can anyone tell me?
c++
0 Voto
2 Respostas
11th Sep 2016, 11:40 AM
Ali Haider
am i able to input a lot of integers derectly in an array?
arrays
c++
1 Voto
1 Resposta
13th Oct 2016, 1:00 PM
Laurens Verbruggen
please help why there is error in 2nd line where N&i are integers
for
forprinting
have
i
loop
table
1 Voto
1 Resposta
3rd Mar 2018, 5:44 AM
Bahubali
In Vb.net im struggling with the naming of integers and decimal. Please explain in easy terms
vb.net
3 Votos
2 Respostas
2nd Aug 2017, 7:30 AM
Dries
The following code is showing "ISO C++ forbids comparison between pointer and integer" as an error on VS code!
c++
error
integers
pointers
vscode
1 Voto
16 Respostas
24th Nov 2020, 4:25 AM
Misbah Ahmed
You are given an array of integers which represents the ages of each employee in the office. Use operator sizeof() to get overal
0 Voto
7 Respostas
22nd Nov 2023, 9:48 PM
chukwudi anthony mbegbu
A list is just a dictionary whose keys are always integers following a fixed pattern.
gainingunderstanding
python
0 Voto
3 Respostas
5th Oct 2017, 4:25 AM
Tinotenda Makuza
While loop
cpp
integers
whileloop
-2 Votos
3 Respostas
20th Nov 2020, 2:47 PM
Unknown
Int with comma or semicolon
coding
integers
python
0 Voto
3 Respostas
14th Apr 2020, 11:50 AM
Salvatore Junior Iaccarino
Write a programe which takes 5 integers as input and sort them in ascending order
c++
0 Voto
1 Resposta
3rd Nov 2022, 4:00 PM
Sufyan Raja
write a function which return min max and average of all numbers when the list of integers is given as input.
python3
0 Voto
7 Respostas
24th Mar 2022, 6:52 PM
Akash Gupta
Write a program that print all the integers between 100 and 150 which are divisible by 8 in descending order.
java
1 Voto
4 Respostas
11th Nov 2020, 3:30 PM
Marop Hossain
Why are the numbers treated differently
integers
java
strings
2 Votos
3 Respostas
13th May 2017, 9:30 PM
tylerasa
How to create a program that adds two integers using Java?🙏🏼 Thank you in advance
java
-1 Voto
2 Respostas
4th Dec 2021, 1:21 PM
Sean Christian Garais
Write a class MathOperation which accepts integers from command line. Create an array using these parameters.
java
-1 Voto
2 Respostas
19th Feb 2017, 8:26 AM
Gagan Kalra
What's wrong in my code?
integers
python3
strings
0 Voto
4 Respostas
12th Sep 2017, 3:40 PM
srihitha reddy
How does string comparison takes place in python. ,,,,as d example is given fo integers only
boolean-logic
python
2 Votos
2 Respostas
22nd May 2017, 11:57 AM
Rohan K M
Is there any library method to remove an integer element from a ArrayList of integers in case we don't know its first occurance?
arraylist
arrays
integer
java
remove
5 Votos
6 Respostas
29th Mar 2018, 4:56 PM
Sayan Kundu
Are there in c++ a type than can either contain integers and char? If not how can i do this?
c++
1 Voto
4 Respostas
1st Mar 2020, 6:54 PM
Massimiliano Messina
How to write a code that you can enter a 10 integers in C language
playground
0 Voto
1 Resposta
22nd Sep 2022, 6:24 AM
CRUSTY
How can you split a given string and use its content as Integers in java
int
java
strings
0 Voto
1 Resposta
15th May 2020, 8:35 AM
utsav mittal
How to get different output (9 and 33) at the same time? Take two integers and output their sum. (Module: Strings and variables)
endofch2
stringsandvariables
0 Voto
11 Respostas
24th Feb 2021, 12:44 PM
雪羽Kamiko
Hi guys. Write a program to take two integers as input and output their sum. Sample Input: 2 8 Sample Output: 10
coding
python3
-4 Votos
8 Respostas
5th Dec 2020, 10:26 AM
Lu Kamenye
I am making calculator in android, how to add two integers here. (Refer code in description)
android
arrays
int
java
strings
switch
0 Voto
3 Respostas
2nd Jan 2017, 9:30 AM
Shoeb Quraishi
Shouldn't the 2nd and third line of this code display a list of integers just like the lesson in "list comprehension"
list
2 Votos
3 Respostas
12th Dec 2018, 12:30 AM
Sotomi Oluwadmilola
I need someone to help me calculate the sum of integers from 1 to 10 in java
java
0 Voto
2 Respostas
3rd Jul 2021, 9:12 AM
Chukscomax Nnadiekwe
Write C++ program that asks the user to type 10 integers of an array . The program has a function called MinArray that search
arrays
c++
0 Voto
9 Respostas
17th Apr 2018, 4:57 PM
dlayel alanazi
When you divide two integers and there is a remainder, does C++ truncate or floor the answer if it is a decimal?
c++
operators
5 Votos
7 Respostas
28th Dec 2016, 8:46 PM
Madison Sawyer
How to get first 4 digits of integers reversed, instead of whole ( if i want o/p to be 4321)
java
1 Voto
2 Respostas
2nd Apr 2022, 3:20 PM
yash kurale
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
5
6
7
...
9
Próximo >
Quente hoje
Guys help please
1 Votes
Python question
2 Votes
Are websites hackable?
1 Votes
Python
1 Votes
Void functional void with bool function
0 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes