Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Why does my switch case statement only execute the default case when i ask a user input for the expression?
javascript
switch
1 голос
3 ответов
2nd Jul 2020, 6:33 AM
Ashwin Shrestha
Write a single cout statement that prints the text below. Jane said : " I heard a loud" 'alert'.
c++
print
0 голосов
5 ответов
3rd Dec 2017, 6:30 PM
Zikiamin Mateo
Write a SQL statement to create table named student with attributes and constrain given beloe
sql
0 голосов
2 ответов
3rd Nov 2016, 6:39 AM
Neha Habn
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 голосов
9 ответов
8th Jul 2017, 9:38 AM
Pixels Gamer
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 голос
4 ответов
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 голос
6 ответов
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 голосов
4 ответов
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 голосов
6 ответов
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 голосов
2 ответов
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 голосов
3 ответов
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 голосов
4 ответов
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 голосов
1 ответ
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 голос
2 ответов
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 голос
4 ответов
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 голосов
7 ответов
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 голосов
1 ответ
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 голосов
8 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голос
2 ответов
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 голос
3 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голос
2 ответов
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 голосов
9 ответов
2nd Feb 2017, 9:46 PM
Carl H von Ohlen
JS return and if.
arguement
if
js
return
statement
2 голосов
1 ответ
28th Sep 2020, 4:24 AM
Ginfio
JAVA } Error
error
java
return
statement
0 голосов
1 ответ
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 голосов
4 ответов
5th Aug 2016, 3:39 PM
Soi Con
[ SOLVED ]Why is this code not working ?
code
error
import
in
javascript
statement
1 голос
3 ответов
12th Jan 2021, 6:05 AM
Anurag Saikia
Write a minimum number of columns that must be specified while creating a table using CREATE TABLE STATEMENT
sql
0 голосов
3 ответов
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 голосов
1 ответ
14th Jun 2022, 1:23 AM
Jake Scanlan
Need some brief explanation on return statement in JavaScript...if it is used for printing the answer onto the screen?!!
function
javascript
return
1 голос
2 ответов
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 голосов
2 ответов
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 голос
9 ответов
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 голосов
4 ответов
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 голосов
2 ответов
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 голос
4 ответов
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 голосов
3 ответов
7th Jun 2018, 10:56 AM
Deepayan Das
Hi !! Why there are three statement of loop in C++ !?why is not one !!
c++
-2 голосов
2 ответов
13th Dec 2020, 6:28 PM
Mohammed Ba tis
When typing in the console of the computer the statement python --version and pressing enter or python -V… Exam
phyton
0 голосов
2 ответов
30th Jun 2022, 6:51 AM
Ahmad Farhad Abdul latif
What is the role var statement witin same functions, wich leads to different results ?
javascript
0 голосов
1 ответ
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 голос
1 ответ
28th Apr 2017, 6:44 AM
H OLIVER
Can one consider NOT IN & != to give same result in an SQL statement
where
0 голосов
1 ответ
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 голосов
1 ответ
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 голосов
1 ответ
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 голосов
1 ответ
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 голос
1 ответ
30th Nov 2017, 4:39 PM
Karan Rajput
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
29
30
31
...
34
Следующий >
Актуальное сегодня
Hey, is the "Snowflake" mission not working?
0 Votes
Discrete-Time Signal Representation
1 Votes
How to make a 2d game
1 Votes
Create a program that will allow user to input grades from five subjects and display the average grade.
1 Votes
Bug in the answers checking algorithms?
1 Votes
Html
2 Votes
Detach thread exception
1 Votes
I want to learn Lua but don’t know where
3 Votes
Qt timer timeout
0 Votes
Error: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row:
1 Votes