Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
input String And Print Corresponding integer [Check Description]
c
c++
code
codeplayground
india
java
python
python3
sololearn
trending
1 Voto
3 Respostas
13th Oct 2018, 7:09 PM
Rishabh Mehta
Write a program that checks if the water is boiling. Take the integer temperature in Celsius as input and output "Boiling" .
booleans
if-statements
python3
-4 Votos
29 Respostas
1st Feb 2021, 5:54 AM
We Doru
How can we access 18 bit integer in a variable?
c++
0 Voto
12 Respostas
14th Dec 2016, 10:34 PM
RITESH KUMAR
How to convert a character of a string to an integer by using stoi()
cpp
1 Voto
9 Respostas
19th Apr 2021, 9:05 AM
Ali_combination
How to prevent integer overflows in my fibonacci program
c+
integeroverflow
0 Voto
6 Respostas
30th Jun 2020, 12:53 PM
Saraswathi Reddy
How to know the number is integer or not in c++?
answer
c++
0 Voto
11 Respostas
21st Jul 2020, 1:20 PM
Nandini B N
How to convert Integer to its corresponding word
java
programming
0 Voto
2 Respostas
22nd May 2022, 12:20 AM
Gul Mohammed
What is the capacity of integer variable?
data-types
php
2 Votos
2 Respostas
21st Apr 2016, 7:10 AM
Akash Narayan Sutar
how do you decide which integer type use?
c++
cout
-1 Voto
4 Respostas
11th Jul 2016, 6:39 AM
Rajesh
program to remove 10th digit from the input integer N
c
c++
java
1 Voto
5 Respostas
19th May 2019, 7:09 AM
Nikash
Efficient way to find length of integer in c++?
c++
cpp
4 Votos
5 Respostas
28th Jun 2017, 2:16 AM
Jordan Chapman
Program for add 2 integer in c language
c
1 Voto
4 Respostas
6th Jan 2018, 3:21 PM
Gaurav Saini
Can you give reason why unsigned positive integer is treated smaller than signed negative character or integer in C?
c
c++
comparison
explaination
int
signed
unsigned
2 Votos
1 Resposta
24th May 2019, 3:28 AM
Harshit Gupta
How to separate integer and perform calculation separately?
integer
separation
0 Voto
4 Respostas
8th Jun 2018, 2:30 PM
Gagan Deep Singh
How can compare float and integer in ?
c
1 Voto
2 Respostas
4th Jul 2020, 1:23 AM
Sahan
to find the smallest integer using while loop
c++
1 Voto
4 Respostas
8th Aug 2016, 1:14 PM
maria
Conversion of String Equation to Integer not working
c++
0 Voto
2 Respostas
25th Mar 2021, 9:28 AM
Marc Stephen Gabres
question regarding integer declaration. i would appreciate any help.
code
correct
java
not
1 Voto
7 Respostas
15th Apr 2017, 5:25 PM
shobhit
Floor division will return value as integer ?
numeric-operations
python
0 Voto
5 Respostas
9th Jul 2016, 5:13 AM
Pavan Gowda
Why is char often treated as integer data type?
c++
3 Votos
2 Respostas
17th Aug 2019, 1:19 AM
Kishore Kumar BP
What is the size of integer variable?
c#
datatype
variables
0 Voto
3 Respostas
26th Dec 2016, 7:45 AM
Pandurang Matkar
How do I change an integer to a string?
help
integer
newbie
string
0 Voto
4 Respostas
29th Jan 2020, 3:04 AM
Agustin Benini
How to convert am integer into float in next line
code
codeplayground
progress
python
python3
1 Voto
5 Respostas
1st Jun 2022, 3:17 PM
Jude Maria Bevan
How to concatinate two integer to make new integer for example [ a=2,b=3, by using c=23 or d=32]
concatinate
integer
two
0 Voto
4 Respostas
3rd Nov 2017, 1:35 PM
Thirumoorthi P
Why i am not getting an integer value?
integer
string
1 Voto
2 Respostas
22nd Oct 2019, 5:58 AM
PARITHOSH DESAI
Conversion between q_based string and integer
c
-1 Voto
1 Resposta
23rd Feb 2020, 9:56 PM
Woody Lin
How to make two integer input?
c#
input
0 Voto
1 Resposta
24th Dec 2016, 8:56 AM
shivam acharya
type error: can't use - for list or integer
flask
python
sql
type-error
2 Votos
5 Respostas
1st Feb 2019, 2:04 AM
Ahmad Ali
Output a list of integers as a single integer
arrays
help_me
lists
python
0 Voto
4 Respostas
31st Mar 2021, 10:09 AM
Vladimir
Write a program that ask the user for an integer number and find sum of all natural numbers up to the users inter number
c++
integer
internumber
0 Voto
12 Respostas
10th Apr 2022, 6:13 PM
Miraj Kedir
how to add integer part of the decimal numbers by c language
c
1 Voto
10 Respostas
24th Oct 2021, 10:04 AM
morgan
How to use big integer in JavaScript ?
javascript
0 Voto
3 Respostas
22nd Jul 2018, 12:40 PM
Anish Ojha
Turn string to integer only if it's possible.
int
python
str
variables
0 Voto
2 Respostas
29th Mar 2021, 2:32 AM
Mnl
How to assign an integer to a struct array? C++
arrays
c++
error
struct
structs
0 Voto
9 Respostas
2nd Feb 2019, 1:25 AM
Eduardo Perez Regin
Whene int a =2.3 ; I need to stor (a) as 3
integer
0 Voto
3 Respostas
3rd Jan 2021, 11:28 PM
badreldeen ebraheem
a='12' 12 is integer or string? Please explain guys?
python
1 Voto
3 Respostas
29th Nov 2018, 9:57 AM
Harish Chandan Chavan
How do we break an integer in kotlin?
kotlin
0 Voto
3 Respostas
7th Jul 2019, 5:35 PM
mirza
How multiplication of string and Integer is Possible in Python?? So confusing!!
python
0 Voto
7 Respostas
23rd Dec 2022, 6:03 PM
Amit Joe
what happens when I compare an integer with whole number? example: 80>=80.0
booleans
python
1 Voto
14 Respostas
8th Sep 2016, 4:30 PM
Sujit Sajja
Make list out of integer value in python
integers
lists
python
python3
0 Voto
2 Respostas
1st Dec 2022, 6:12 AM
Lev
[C++] Program that reads a positive integer maximum limit.
c++
0 Voto
4 Respostas
2nd Apr 2019, 2:59 AM
Lutor27
split an integer from 1234 to 1 2 3 4
java
0 Voto
4 Respostas
3rd Feb 2020, 4:13 AM
sameer
Why is the output an integer even i declared it as char
c
1 Voto
10 Respostas
17th Mar 2020, 7:17 AM
Y AD Ù
Separating digits in an integer with 3 spaces
integers
java
0 Voto
2 Respostas
29th Mar 2019, 6:38 PM
Sol
Write a program to subtract a float number from an integer number and give result in integer by using local variables
@computer
-2 Votos
4 Respostas
27th Sep 2021, 11:32 AM
Krishna Shaw
How can i convert integer to roman
help
integer-roman
python
python3
0 Voto
2 Respostas
6th Aug 2017, 1:05 PM
Adrian Jason Rodas
How to enter char in integer array in c
c
doubt
help
0 Voto
3 Respostas
9th Jun 2022, 10:00 AM
Ajmal K saleem
How to convert integer value to string in C langauge?
c
int
integer
strings
type-conversion
1 Voto
5 Respostas
18th Jan 2021, 4:35 PM
Samir Kaushik
How do I make an integer appear in a string
python
0 Voto
9 Respostas
28th Feb 2017, 6:56 PM
Ukemeobong Akpan
I want to input string type and integer type
python3
1 Voto
5 Respostas
21st Dec 2016, 10:32 AM
Maryam Sadeghi
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
4
5
6
...
22
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
Uuu
2 Votes
I’m new someone can help me
0 Votes