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
About array
array,
arraylist
elements
multiarray
1 Voto
6 Respuestas
28th Dec 2019, 7:05 PM
Bob
[SOLVED] When I loop an Array, and I want to make an if else statement with the array.next() block. What can I do?
array
dejavu-challenge
if-statements
java
while
2 Votos
7 Respuestas
30th Apr 2020, 8:57 AM
Orango Mango
Hi how to access to the siblings array, or how to display the routes in the console or UI?
javascript
react
0 Votos
2 Respuestas
27th Feb 2020, 9:34 PM
Ahmad
Write a C program to enter 30 marks from user using one dimensional array, and write all numbers starting from 30th to first
arrays
c
code
1 Voto
7 Respuestas
21st Dec 2021, 6:05 PM
LAMA ALYAZJI
In C++, why is it possible to index values out of an array, and what is the value returned?
arrays
c++
outofbounds
1 Voto
2 Respuestas
29th Jan 2019, 8:16 AM
Mixia
I've completed string, array, function in C.I want to create little game(Android+windows). So What should I do now?
c
1 Voto
1 Respuesta
25th May 2020, 9:51 AM
Muhammad Abdullah
If we don't specify the number of elements in an array, can we enter any number of elements in the braces?
arrays
c++
1 Voto
3 Respuestas
17th Oct 2020, 4:39 AM
Bharadwaaja Kanakadandi
How to make a conclusion of numbers from an array, so that there would be an alternation of even and odd?
c#
c#help
0 Votos
3 Respuestas
8th May 2020, 9:00 PM
GAG98
Is it possible to have, in an array, in the curly braces, less than the specified integers in the square braces?
arrays
0 Votos
3 Respuestas
17th Jul 2019, 5:42 AM
It's *Aandrew* Banu
Sum of an array : What is a exact behavior of the sum of an array, if sum is not defined?
arrays
c++
default
sum
0 Votos
4 Respuestas
5th Apr 2017, 5:22 AM
The413th
So what's the difference between a two-dimensional array, and a single-dimensional array of single-dimensional arrays? When to use which?
arrays
c#
0 Votos
2 Respuestas
13th May 2016, 6:28 AM
Mohamed Matough
I want to pass a # function through the 2-D string array, can you tell me to do it??
hello
0 Votos
1 Respuesta
20th Sep 2018, 1:54 PM
piyush damor
I want to find the value x from two array, but something wrong is going on in my code. Can someone help me
java
0 Votos
3 Respuestas
3rd Apr 2021, 6:14 AM
hanan alhinai
Do I save a memory when I'm declaring an array, instead of storing a list of values, or I will just save the time? [answered]
arrays
java
7 Votos
3 Respuestas
2nd Mar 2017, 7:48 PM
AdaMM
In array, what happen after for statement we put semicolon? It is does not excute anything or it just ignore the for statement?
array
java
semicolon
3 Votos
2 Respuestas
13th Feb 2019, 3:42 PM
Niesa Irdina
I have a question in PHP. In two-dimension array, how to declare an array by assigning both numeric in row and column anddisplay
array
multi-dimension
numeric
php
1 Voto
3 Respuestas
12th May 2019, 3:24 PM
Avijit Bakshi
When implementing a queue with an array, what is more usual? To use array[0] as front or as rear of the queue?
data
queue
structure
1 Voto
1 Respuesta
1st Jun 2022, 11:29 AM
David Ortega
Can anyone tell me how to remove elements in array which repeats multiple times in array, I have tried didn't work in some cases
array
java
program
1 Voto
2 Respuestas
2nd Jul 2020, 7:47 AM
Shivam Shiva
Why only one backslash is getting printed? And when I try to put only one backslash in the 2nd elrment of array, I get an error.
c++
0 Votos
3 Respuestas
12th Oct 2020, 12:40 PM
Prasenjit Kumar
Wrong stringsizes printing. Why?
array,
c,
for-loop,
string,
stringsize,
1 Voto
2 Respuestas
2nd Feb 2020, 3:45 PM
Veli-Matti
Given a sorted array, rearrange the array alternately i.e first element should be max value, second min value, third second max
c
c++
java
-1 Voto
1 Respuesta
4th Aug 2018, 10:09 AM
Raja N
How,does the filter method update index of the new array, bcoz I am using filter to filter out selected items in an array
array
filter
javascript
0 Votos
1 Respuesta
5th Jul 2020, 6:46 PM
prime omondi
Write a Java Program to enter the range of an array, and print the Fibonacci series till that range. Accept only the prime ele
java
0 Votos
2 Respuestas
10th Sep 2022, 5:29 AM
Itz me Ash
How is it possible to store incoming String data from a File into a 2D Array, by means of storing the initial incoming data into
array
file
io
java
saving
to
0 Votos
4 Respuestas
23rd Apr 2017, 9:57 PM
Billy Whitchurch
Input N and n sized array, then input q and q sized array. Find the positions of q array in n array.
c++
0 Votos
1 Respuesta
15th Jun 2018, 11:31 AM
Batyr
I want perform an operation on some elements of an array, but I don't know how I can exclude some and include some.
arraylist
0 Votos
1 Respuesta
30th Nov 2019, 8:16 AM
Mutiu Olagoke
So i have a bash code that wont read my array, the array is a text file made into an array...writing a scanner program
array
bash
head
scanner
sed
tail
0 Votos
1 Respuesta
22nd Feb 2022, 2:45 AM
KiddBuu
If I want to take an array in the method that I created and I want to return another array, how can I do it?
java
1 Voto
2 Respuestas
5th Jan 2017, 1:00 PM
Rea
In a matrix, or 2-d array X, the averages (or means) of the elements of rows is called row means. Task Given a 2D array, return
python3
0 Votos
2 Respuestas
5th Aug 2022, 1:12 PM
Ahmed Allawy
Why i can't enter 4numbers and they came out as 4 numbers since its 2d array, Im trying to do the same code i did in c++ in java
2d
arrays
c++
java
0 Votos
3 Respuestas
12th Nov 2019, 10:45 PM
Doaa Ahmed
I used a for loop to get individual elements within a loop while looping the array, as you can see my code below but I knew the
java
0 Votos
3 Respuestas
21st Sep 2017, 4:50 PM
Sibusiso Mbambo
Guys this fxn mst accept a char array, a 0 based start position and a length. It shud return a char array containn length chars.
errorcheck
1 Voto
1 Respuesta
8th Mar 2017, 2:33 PM
Ricardo Chitagu
I don't quite get this, it means that if I have an array, say 3 elements, when I say foreach($elements as $element) every one of this three elements will go one by one to the variable $element?
loops
php
2 Votos
3 Respuestas
10th Mar 2016, 9:02 PM
Eduardo Tito
Anyone knows how to predict numbers with array?
array,
import
integer,
java,
math,
no
pi,
random.
1 Voto
1 Respuesta
12th Jul 2017, 10:37 AM
Noormeissa Sapar
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
Siguiente >
En tendencia hoy
Can someone suggest codespace to run my code (react.js)?
1 Votes
Solved Chess tournament you’re creating code for a chess tournament
0 Votes
Is it legal to use conditional preprocessors inside a macro function?
1 Votes
I write a python code for "Take a phrase and replace any instances of an integer from 0-10 and replace it with the English word.
1 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
[SOLVED] Where do you find code coaches?
1 Votes
Messages
1 Votes
Cpp
1 Votes
Adding two numbers
1 Votes