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
Write three different C++ statement to substract 1 from the integer variable n.
1integer
n.
variable
0 Voto
2 Respostas
19th Apr 2017, 2:53 PM
lzjoe
How do you implement Mysql insert query using an if statement in java?
if-statements
java
mysql
netbeans
0 Voto
1 Resposta
4th Mar 2020, 12:56 PM
Fadhil Ahmad
Hello, Everyone! I'm new to C programming.Can anyone please explain me what happens near if statement in the code below?
c
0 Voto
6 Respostas
15th May 2020, 10:31 AM
__The__True__Villain__
Will someone please explain how the return statement interacts with loops in this code?
javascript
web
1 Voto
1 Resposta
15th Nov 2019, 3:51 AM
Michael
Is it necessary to give a space before print function that comes after if statement ?
print
0 Voto
2 Respostas
9th Jul 2022, 10:33 AM
Hari Govind
How this program properly run accordong to d statement that i enter in this code....
codeplayground
java
1 Voto
2 Respostas
13th May 2018, 4:45 PM
Harsh Agrawal
Tell me why the first for loop is infinite bc there is a break statement
c++
0 Voto
2 Respostas
30th Jul 2022, 10:38 AM
Renz
Remember, there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute. Use the print() statement to output t
code
exceptions
python
-4 Votos
11 Respostas
24th Jun 2021, 1:12 PM
「ŁORÐ么101《ツ
The statement x*=3; is equal to 1) X=3*; 2) x=3; 3) x= x *3; 4) x= x+3;
java
0 Voto
3 Respostas
19th Aug 2020, 9:21 AM
Darpan Kushwaha
While I am writing the program they are telling there is not such statement as clrscr(); and many things
c++
2 Votos
6 Respostas
11th Dec 2017, 3:27 PM
Arya
There are indentation errors while using while statement (+1) in my coding.please explain why my coding is incorrect.
loop
pattern
programming
python
while
0 Voto
4 Respostas
4th Sep 2019, 8:38 AM
Yash Garg
Which statement will associate file object "fileLog" to the standard output stream (options in description)
python
1 Voto
1 Resposta
13th May 2021, 3:56 AM
Muskmello
Write a program to print sum of series (1)+(1+3)+(1+3+5)+(1+3+5+7).....n using go to statement
c++
loops
0 Voto
2 Respostas
7th Sep 2017, 3:21 PM
rishabh Singh
Remember, there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute. Use the print() statement to output
doubt
pyton
2 Votos
4 Respostas
13th Mar 2021, 9:04 AM
Pranay Siddarth
How to print values of two variables say x and y; *with space* and in the *same line *?
java
print
statement
1 Voto
1 Resposta
11th Nov 2017, 7:44 PM
Amartya D
this is outputting int Q even when the if statement evaluates to false. why?
c++
else-statements
0 Voto
2 Respostas
13th Oct 2018, 1:59 AM
Benjamin Burks
Can I use goto statement in python. If not then is there any equivalent for it in python?
python
0 Voto
3 Respostas
2nd Dec 2016, 9:47 AM
Dharm Vashisth
Help needed. Used a switch statement in try catch block which worked but the error message wouldn't display. Thanks in advance.
c#
exceptions
switch
0 Voto
5 Respostas
15th Aug 2021, 8:34 AM
Cameron
To end a "While Loop" permanently, a "Break" statement must be used. Can you please help to explain how?
loops
0 Voto
6 Respostas
24th Feb 2019, 4:06 PM
Wanangwah
What is the difference between nested if else and elseif statement in c++
c++
1 Voto
1 Resposta
10th Sep 2016, 10:43 AM
Dinesh
Why can't we use relational operator with two strings while making a conditional statement ? (In Python 3x)
python3
1 Voto
2 Respostas
30th Aug 2021, 1:20 PM
Piyush Chaudhary
Why should I use raise statement instead of print to mention the errors ? In Paython.
paython
2 Votos
1 Resposta
6th May 2020, 2:10 PM
Ahmed Farag
Help here !please...when I entered wrong number its ask input and then execute else statement .I want it earlier.
python
1 Voto
5 Respostas
30th Aug 2018, 11:12 PM
aman singh
Please is the indentation wrong wrong cuz I keep getting error in indentation. I nested the second if statement
conditions
python
0 Voto
5 Respostas
28th Aug 2019, 6:00 PM
Onimisi
Is it possible to insert data into a structured database without using a single SQL statement in Java?
database
java
rdbms
sql
1 Voto
3 Respostas
12th Nov 2019, 10:29 AM
silentlearner
What difference does it makw when the statement return 1; is used instead of return 0; ?
c++
return
0 Voto
2 Respostas
3rd Jan 2020, 6:01 PM
Shailaja
How can i format my print statement to the center without using the generic center() method or the os module?
center()
centralisedprintstatemen
osmoduleerror
python3
4 Votos
2 Respostas
30th Apr 2020, 8:50 AM
Mujeeb Adeyanju Sunmola
How do we use an element from an array in a switch statement in java?
arrays
java
switch_statements
0 Voto
2 Respostas
25th Mar 2020, 9:51 AM
H-J
Can I use if statement in getting user input. If yes then how?
java
0 Voto
2 Respostas
23rd Feb 2017, 1:50 PM
pritish ghalta
how to Find The median With If Statement ?! anyone help me ..
java
0 Voto
2 Respostas
11th Jan 2017, 4:08 PM
Mhamed Hayssam
How do I make the statement true in 4 of lists? Any ideas?
lists
python
0 Voto
2 Respostas
13th Nov 2016, 5:34 PM
Brandon
Switch statement in Js always keeps giving me the last option, please help rectify the proplem
javascript.
0 Voto
2 Respostas
9th Mar 2020, 12:20 PM
OWINO ALFRED
Is there a reason python does not have a statement like switch or case?
else-statements
python
0 Voto
2 Respostas
16th Nov 2016, 7:17 PM
John van der Vuurst
Why in changeName statement we use only function (name) and not person (name) ?
javascript
methods
objects
2 Votos
1 Resposta
17th Dec 2016, 1:26 PM
***
How to build a SQL statement using Different conditions like where condition and how to declare the data types?
sql
0 Voto
6 Respostas
18th Nov 2018, 8:35 AM
Nikita
In if statement 7==7 also true then that value also be printed... But it accepts only the first value.. Its wrong
if-statements
python
5 Votos
6 Respostas
13th Sep 2016, 5:41 PM
Vishnu Kumar P.S.
If more than one elseif conditions are true.then what will happen.will all the statement print.
if-statements
java
0 Voto
3 Respostas
25th Jun 2017, 5:39 PM
Dheeraj Thakur
What are disadvantages of using goto statement?
c++
flag
goto
jump
statement
2 Votos
4 Respostas
22nd Mar 2018, 7:02 AM
Wasim Abbasi
We can print any statement by using p tag why we need to write echo(php) in our code?
php
1 Voto
5 Respostas
8th Feb 2018, 6:57 PM
Neeraj Rawat
it kepps giving me 1 error for my switch statement that is a value to a string
#java
0 Voto
3 Respostas
22nd Feb 2022, 9:19 AM
Raja Velu
Is there any particular pattern for arranging a while command having the conditional statement and incremental statement?
loops
python
while
1 Voto
4 Respostas
4th Jul 2017, 12:10 PM
Bueze
How would you insert a string name that isn't a number into an "if" statement in C++?
c++
cin
if-statements
strings
variables
0 Voto
3 Respostas
26th Apr 2018, 10:01 PM
JDLives
What is the logic of using the exit () function and the goto statement in a program? How safe is it? how to use it?
c
exit()
goto
10 Votos
2 Respostas
7th Mar 2020, 2:25 AM
José Cleto
Java if else statement used in restricting someone who's below 18 from entering an adult site
18
adult
an
below
else
entering
from
If
in
java
restricting
site
someone
statement
used
who's
0 Voto
3 Respostas
25th Oct 2016, 2:52 PM
Ojediran Philip
In C++ is it correct to conclude when first statement in 'if' with OR operation returns true, the rest is disregarded?
c++
3 Votos
3 Respostas
12th Aug 2019, 4:40 AM
david chongo
how can i use if else statement to find the minimum of a and b and assign it to variable min?
else
If
javascript
statement
0 Voto
3 Respostas
23rd Jun 2017, 10:10 AM
Abdelghani Laaroussi
I don't really understand the use of void statement in c++. Can someone pls explain the meaning of void statement.
void
0 Voto
5 Respostas
13th Nov 2020, 5:29 PM
Eunice Nwadioha
Why can't we use else statement with while in java, whereas if need be what is the best possible alternative?
java
python
sololearn
0 Voto
5 Respostas
2nd Jun 2020, 4:29 PM
Ehtisham Rehmat
What will happen if you put return statement or System.exit () on try or catch block? Will finally block execute?
catch
exit
finally
java
return
try
6 Votos
2 Respostas
2nd Jan 2017, 5:40 PM
sadiya zainab
Puzzle: Why does a for loop using the increment statement "x =+ 2" run forever?
for
increment
infinite
java
loops
0 Voto
3 Respostas
2nd Jan 2017, 11:36 AM
Christian Wiesner
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
27
28
29
...
35
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Pig Latin
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes