Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Why this code is not giving ASCII ?
ascii
c++
cpp
int
string
0 Votos
5 Respuestas
30th Sep 2017, 7:05 AM
Ishan
Compare 4.0 and 4 in python
comparison
float
if-statements
int
python
2 Votos
3 Respuestas
27th Oct 2017, 5:43 AM
Khatereh Azizi
In Java, how can we concatenate integers using an object of type string?
concatenation
int
java
object
string
0 Votos
3 Respuestas
21st Sep 2021, 6:03 AM
Solus
How can I write that if var c is a float then cout a specific code and else cout something else in c++?
c++
cout
else-statements
float
if-statements
int
text
variables
0 Votos
10 Respuestas
14th Dec 2020, 6:10 PM
Alex
c# problem please help me
c#
convert
help
int
1 Voto
2 Respuestas
31st Jan 2018, 8:24 AM
Ahmad Akil
My poor school(size of int=2 bytes😂😂)
int
school
tamilnadu
tcc
turbo
5 Votos
1 Respuesta
14th Dec 2017, 8:06 AM
I'm_Groot
int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; myArr[0][2] = 42; int x = myArr[1][0]; // 4
arrays
0 Votos
1 Respuesta
9th Jan 2019, 3:18 PM
Nikhil Verma
Is there a reason the code after int main() doesn't start right below the curly bracket but is rather a few spaces infront?
variables
1 Voto
2 Respuestas
26th Jan 2018, 4:43 PM
3ck
Failing to make a calculator (Solved but advice still appreciated)
calculator
int
java
math
print
variables
1 Voto
4 Respuestas
13th Feb 2020, 1:38 PM
Blitzkriegster
[SOLVED] How do I turn two variables like 1 and 2 into one variable 12.
concat
concatenation
int
solved
string
web
0 Votos
4 Respuestas
29th Jul 2020, 7:20 PM
bob
public class Program { public static void main(String[] args) { int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; myArr[0][2] = 42; int x = myArr[1][0]; System.out.println(x); } }
arrays
java
0 Votos
7 Respuestas
14th Oct 2016, 11:03 AM
Gopal Varma Gottimukhala
Why is list(object) modified despite omitting global keyword inside function?
function
int
objects
python
scope
variables
1 Voto
3 Respuestas
26th May 2023, 3:43 AM
Bishnu Chalise
can i initialize an array to give different length of inner array i.e int [][] a = new int[2][_] ; here blank space for dif leng
java
0 Votos
3 Respuestas
18th Dec 2019, 6:18 AM
VikaSh YadaV
if 2+3 works and gives 5 ...why will somebody bother to use int"2"+int"3"?? can anybody tell real significance of int function?
python
type-conversion
0 Votos
2 Respuestas
27th Aug 2016, 6:06 AM
Heisenberg
C# argument, string and output
argument
console
int
output
string
writeline
1 Voto
5 Respuestas
17th Sep 2018, 12:46 AM
Ilie Laurentiu
How is the result 17 please i need good explanation on this, anybody please? What is the output of this code? Int result=0; for(int i=0; i<5; i++){ if (i==3){ result +=10; } else { result +=i; } } System.out.println(result);
java
4 Votos
8 Respuestas
20th Feb 2017, 2:10 PM
keita Abdullah
int i = 2, j = i; if (Convert.ToBoolean((i | j & 5) & (j - 25 * 1))) Console.WriteLine(1); else Console.WriteLine(0);
2,
i
i;
If
int
j
1 Voto
1 Respuesta
2nd Oct 2017, 9:24 AM
ASHOK KUMAR
simple yet a slight twist..help here out?
basic
int
java
maths
string
sum
3 Votos
5 Respuestas
23rd Aug 2017, 4:23 PM
Shalmi
Is 'int.Parse' the same as 'Convert.ToInt32()'?
convert.toint31()
int
int.parse
type-conversion
1 Voto
1 Respuesta
5th Oct 2020, 4:47 PM
Fathiat Abdul-Quadri
The output is string. Anyone knows how can I get output in int? I want to divide 1 by "Output".
int
output
python3
strings
0 Votos
1 Respuesta
3rd Oct 2020, 3:21 AM
MR Jey
could someone help me with the method return?
int
java
methods
return
0 Votos
1 Respuesta
14th Oct 2020, 3:19 AM
sponkurtus2
Question about values and references in Java
classes
int
java
strings
1 Voto
2 Respuestas
12th Jan 2017, 9:44 AM
harsandor
Accessing multidimensional array using scanner, it works with a single array but not multi?.
array
int
java
scanner
1 Voto
2 Respuestas
22nd Jul 2017, 7:16 AM
D_Stark
can someone explain what is happening here?
int
py
sololearn
variables
while
0 Votos
1 Respuesta
9th Dec 2019, 2:09 AM
jared mijail
Initialize a variable sized array
arrays
c
input
int
variables
0 Votos
2 Respuestas
6th Feb 2021, 6:37 PM
Anvay Raj
Base 16 printer
arrays
c++
int
python
sololearn
1 Voto
2 Respuestas
4th Sep 2020, 1:22 PM
Mr database
int x="ram went to the office which in the center of the new York city. Eliminate "the" word in the paragraph.
c
c++
-2 Votos
2 Respuestas
27th Mar 2020, 10:22 AM
Balaji V
difference and usages for void and integer functions?
c++
functions
int
void
1 Voto
2 Respuestas
27th Jan 2017, 7:28 PM
Mich
What can scanners scan instead of input. And how do I use it?
arrays
int
java
scanner
1 Voto
2 Respuestas
10th Jul 2017, 5:24 AM
MassiveMayhem
How do i put number on constant
c#
constants
input
int
1 Voto
2 Respuestas
10th Feb 2018, 3:49 PM
Benji Bogozini
Why output is differnt of a C language code. Int a,b,c; a= 4 b=2 c=3 c= --a - ++b + c++ ;. Outpt c=4 in dos and ubunt c=3
c
1 Voto
4 Respuestas
17th Sep 2017, 6:00 PM
Praveen Patil
The if Statement What is True & false
c++
false
if-statements
int
intergers
true
1 Voto
6 Respuestas
3rd Aug 2017, 12:16 AM
Morris House III
What's wrong in this code?
code
error
input
int
python
python3
0 Votos
4 Respuestas
10th Jan 2020, 2:13 PM
Yessine Agrebi
Error
error
int
object
python
python3
runtime
0 Votos
4 Respuestas
18th Mar 2020, 3:47 PM
Zohal
How can I change str(+) to int(+) with python?
int
operands
py
str
0 Votos
1 Respuesta
21st Jan 2019, 1:42 PM
Shumpei Sori
Write a recursive function int factrec(int N) that takes an integer N as argument and recursively computes and returns the v
programmin
-5 Votos
2 Respuestas
14th Aug 2021, 11:52 AM
Ñítîñ Jàìñ
int a=1,b; b=++a + a++ + ++a + a++; System.out.println(b); System.out.print (a); What is the value of 'a' and 'b' ??
java
-1 Voto
2 Respuestas
25th Sep 2017, 5:09 PM
Ankit Singh Rawat
Por qué o para que utilizo yo la posición de memoria de otra variable en los punteros? Int *ptr = &Var
c++
pointers
1 Voto
1 Respuesta
2nd Feb 2017, 4:45 AM
Diorostegui
guys can anyone tell me all the conversion types in C for example int as %d like tht how many r thr?
c++
0 Votos
2 Respuestas
5th Aug 2016, 4:26 PM
Suhail Pappu
What means the "return" anything ?
c#
int
main
return
void
0 Votos
4 Respuestas
26th Nov 2016, 9:09 PM
Mücahit Doğan
Is there a way to add All the numbers in an array
addition
arrays
int
math
python
python3
1 Voto
4 Respuestas
8th Feb 2019, 5:01 PM
Sonicspeed^__^
Why variables initializes before the start of constructor body??
(int
a
a(int)
class
int
name
2 Votos
5 Respuestas
18th Oct 2017, 3:47 PM
utkarsh pandey
as I do a method that receives an int parameter, and I print it in the form of a pyramid like this 1,21 321 4321
challenges
java
methods
numbers
pyramid
0 Votos
3 Respuestas
3rd Nov 2017, 8:41 PM
Anthony
How do i check if the input is an integer or a string in c++?
c++
check
int
string
2 Votos
1 Respuesta
9th Feb 2017, 8:22 PM
Erinda Kapllani
Why does the following code print 2 instead 5?
c
int
objective-c
pointers
printf
1 Voto
1 Respuesta
24th Jan 2020, 9:49 AM
Subha Basak
mutable and immutable datatypes in python
datatype
int
list
python
tuple
1 Voto
2 Respuestas
11th May 2019, 2:13 PM
harshit
To declare an Integer?
c++
int
integer
var
variable
1 Voto
2 Respuestas
30th Jun 2018, 8:43 PM
Candice Brown
Casting doesnt work ... [SOLVED]
array
c++
castin
char
int
static_cast
0 Votos
4 Respuestas
1st Aug 2020, 5:54 PM
Oliver
C++
c++
control
easy
int
logic
pointer
1 Voto
5 Respuestas
25th Feb 2018, 3:39 AM
Nguyễn Văn Bảo
Problem with C#: User Input
c#
input
int
readline
string
user
1 Voto
3 Respuestas
1st Mar 2020, 7:06 PM
William Knight
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
44
45
46
...
50
Siguiente >
En tendencia hoy
MY SNAKE GAME CODE ISN'T working of python
4 Votes
Java question Can anyone help me with the test case situation in that problem like 3 test case is pass but other are not 🤦🤦
4 Votes
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes
Python input() function is strange (a bug or a feature?)
1 Votes