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
JavaScript statement that retrieves the element with the value 43 from the array myNums?
javascript
jquery
0 Voto
1 Resposta
5th Mar 2021, 11:03 AM
10VR
Write a single cout statement that prints the text below. Jane said : " I heard a loud" 'alert'.
c++
print
0 Voto
5 Respostas
3rd Dec 2017, 6:30 PM
Zikiamin Mateo
If I did change the == into a = in an if statement will it change the value of the of the variable
else-statements
if-statements
javascript
0 Voto
9 Respostas
8th Jul 2017, 9:38 AM
Pixels Gamer
Write a SQL statement to create table named student with attributes and constrain given beloe
sql
0 Voto
2 Respostas
3rd Nov 2016, 6:39 AM
Neha Habn
What is this() in java how does it work and how to use it inside a constructor in a print statement
java
methods
objects
this
1 Voto
4 Respostas
30th Jun 2018, 6:46 PM
Atharva
i m not able to understand why the last nested if statement doesnt work if we put the value of 10...kindly check it...
if-statements
nesting
python3
sololearn
1 Voto
6 Respostas
23rd Jun 2019, 9:26 AM
PRO
In CPP we've the "switch-case" statement for comparing a value with many cases. What's the equivalent for it in python?
cpython
else-statements
python
python3
switch
2 Votos
4 Respostas
26th Sep 2017, 6:47 AM
KKS Junior
How can I put an input() statement inside a function that will be called only when the said function is also called.
hi
0 Voto
6 Respostas
8th Feb 2022, 9:48 PM
David Boateng
In c++ what happens by the statement s>>a . Where s and a both are integer variables.
c++
0 Voto
2 Respostas
12th Jul 2018, 6:27 AM
Riya Gupta
I coudn't understand the statement "when objects are destroyed by the delete pointer expression or gone out of scope"?
c++
destructors
2 Votos
3 Respostas
10th Jun 2017, 8:00 AM
Ahmad Ali Saim
I can't find out what's wrong it just keeps saying else without if statement even though there is one pls help
s
0 Voto
4 Respostas
19th Feb 2023, 4:10 AM
david james
How to ignore the next statement in this code? I can't write the full code
c
else
if
if-else
if-statements
0 Voto
1 Resposta
26th Oct 2018, 1:10 PM
yasifa ana
In this code why the outside cout statement prints 0 , it should print 1 ??can anyone explain it??
c++,
coding
question
1 Voto
2 Respostas
28th Jun 2019, 9:55 AM
Mohd Baqer Haider
<head> tag contains non visual elements.Isn't this statement wrong beacuse <title> tag element inside <head> tag is visible .
<head>
html
1 Voto
4 Respostas
24th Apr 2017, 9:46 AM
Bibhuti
How to make an output true this "xoxoxoxoxo" where x & o must to be 5, with loops and conditional statement in java script?
node.js
0 Voto
7 Respostas
7th Jan 2021, 7:56 PM
Defri Chandra
Write a c language program to generate print,and compute average of odd numbers 200&1000 using statement
answer
good
0 Voto
1 Resposta
12th Jul 2022, 6:33 PM
Chinedu Benedict
Everytime i write a code using break and continue statements i get an error that the break statement is outside loop, what wrong
python
0 Voto
8 Respostas
22nd Feb 2018, 7:10 AM
kiumi
Can i use the int to let the user input a statement using letters instead of numbers
int
variables
0 Voto
2 Respostas
25th Apr 2018, 7:59 PM
william rivera
How can i use the break statement to get out of nested loops (not a single loop) in python?
python
python3
0 Voto
2 Respostas
9th Oct 2019, 5:36 PM
Hari Krishna
Python: I'm trying to create an if statement that is contingent upon something existing in a dictionary.
dictionaries
help
python
1 Voto
2 Respostas
15th Feb 2018, 3:00 PM
Stef
Test question provided for the Statement WHERE is incomplete as they have failed to mention the Table Name.
sql
where
1 Voto
3 Respostas
21st Mar 2017, 7:41 AM
Manish Gupta
A basic and thorough understanding of prepared statement and it's implementation using OOP and Msqli.
msqli
opp
0 Voto
2 Respostas
30th Jul 2017, 10:37 AM
ibrahim danjuma
Open statement is not working.. I have typed, open("asd.txt") But the file is not opening.
files
python
0 Voto
2 Respostas
28th Nov 2017, 1:23 PM
Arafath
Making a Ruby calculator, it won't let me do puts x+y after an if statement
calculator
ruby
0 Voto
2 Respostas
15th Dec 2016, 1:25 PM
Cat Deerton
One error missing return statement on line22?but I saw the code didn't get why error is showing.see below code
code
java
javacodr
javalogin
javasignup
program
programming
signup
0 Voto
2 Respostas
23rd Jun 2019, 9:49 PM
Smit Kalkani
Im making my 1st snake game getting syntax error uncaught syntaxerror cannot use import statement outside a module
javascript
snake
syntax-error
0 Voto
2 Respostas
2nd Jan 2021, 6:35 AM
Emmanuel Riano
How can I get the complier to read a nested if statement inside an else if statement?
ifstatement
java
1 Voto
2 Respostas
1st May 2017, 1:04 AM
Theophilus Mashego
If before every bit of coding a statement of intent and idiot proof explanation would it slow the program by the mass of data
can
comments
easier
life
make
they
0 Voto
9 Respostas
2nd Feb 2017, 9:46 PM
Carl H von Ohlen
JS return and if.
arguement
if
js
return
statement
2 Votos
1 Resposta
28th Sep 2020, 4:24 AM
Ginfio
JAVA } Error
error
java
return
statement
0 Voto
1 Resposta
23rd Apr 2019, 3:33 AM
koala 🐨
look at if statement if 10 > 5: print("10 greater than 5") print("Program ended") it work perfectly, but when I changed if statement to 10 = 5: or 10 =>5: the program runs error, otherwise using ">=", "<=", "==","<" the progam work fine. please explain
if-statements
python
2 Votos
4 Respostas
5th Aug 2016, 3:39 PM
Soi Con
Write a minimum number of columns that must be specified while creating a table using CREATE TABLE STATEMENT
sql
0 Voto
3 Respostas
7th Nov 2016, 2:17 PM
Gopal lal Meena
Been stuck for about an hour trying to get my selection 4 if statement to run correctly
arrays
numpy
pandas
python
0 Voto
1 Resposta
14th Jun 2022, 1:23 AM
Jake Scanlan
[ SOLVED ]Why is this code not working ?
code
error
import
in
javascript
statement
1 Voto
3 Respostas
12th Jan 2021, 6:05 AM
Anurag Saikia
Need some brief explanation on return statement in JavaScript...if it is used for printing the answer onto the screen?!!
function
javascript
return
1 Voto
2 Respostas
16th May 2020, 2:31 PM
✨ Muviee ✨
Please how do i indent the next line after the if statement on this mobile platform
if-statements
python
0 Voto
2 Respostas
21st Nov 2016, 12:32 AM
Joshua Oludami Bajela
Is it possible to leave out curly braces in the else statement as well if only one line of code is supposed to be executed?
c#
else-statements
if-statements
1 Voto
9 Respostas
26th Apr 2016, 7:37 PM
Th3Muff1n
The else if statement has not been used in this c++ lesson. Wondering if it can be used! Anyone to help me please
c++
else-statements
if
if-statements
2 Votos
4 Respostas
9th Aug 2019, 4:13 AM
Navigator Moses
After take string as an input from user , How to apply that inputed string in if-else statement ???
c
c++
programing
0 Voto
2 Respostas
3rd Aug 2020, 2:36 PM
Bhupendra Singh Sisodia
My while statement is not functioning properly. Please explain why. It doesnt wait for taking my input for char rep.?
codenotworking
error
loop
while
1 Voto
4 Respostas
8th Feb 2017, 5:26 PM
Logesh S
In the code, if the else statement outside for loop or inside? A detailed explanation would be very helpful. Thanks.
python3
0 Voto
3 Respostas
7th Jun 2018, 10:56 AM
Deepayan Das
When typing in the console of the computer the statement python --version and pressing enter or python -V… Exam
phyton
0 Voto
2 Respostas
30th Jun 2022, 6:51 AM
Ahmad Farhad Abdul latif
Hi !! Why there are three statement of loop in C++ !?why is not one !!
c++
-2 Votos
2 Respostas
13th Dec 2020, 6:28 PM
Mohammed Ba tis
What is the role var statement witin same functions, wich leads to different results ?
javascript
0 Voto
1 Resposta
14th Sep 2019, 8:21 PM
Volodya Panosyan
Which statement will create a 2x2 char array called letterswith and initialses each element 'x'?
c++
-1 Voto
1 Resposta
28th Apr 2017, 6:44 AM
H OLIVER
Can one consider NOT IN & != to give same result in an SQL statement
where
0 Voto
1 Resposta
13th Oct 2019, 7:52 AM
Innocent Igiwa
What does this code do? Please explain me the statement inside of the while block?
java
loops
while
0 Voto
1 Resposta
18th Jun 2017, 5:21 PM
I Am RG
why if statement is going wrong < act as > and > act as <?
c++
If
if-statements
0 Voto
1 Resposta
14th Dec 2017, 1:08 PM
Frankestine Stine
:write a program to perform the given arithmetic using while and do... while iteration statement
input
0 Voto
1 Resposta
1st Mar 2017, 7:56 PM
Elias Mutembei
This is ternary operator.... Can anyone make this code by using if else statement (javascript)
javascript
1 Voto
1 Resposta
30th Nov 2017, 4:39 PM
Karan Rajput
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
29
30
31
...
35
Próximo >
Quente hoje
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes