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
Given the string matric_no = "ND/20/COM/FT/500". Write a python range statement to display: i. Level ii. Year of study iii. Cour
python3
pythontutorial
0 Voto
4 Respostas
4th May 2021, 6:45 PM
HORLATECH
I am working on a code to calulate difference between sum of odd and even levels of a BST. Here I have used a statement s = s2;
c
stack
struct
0 Voto
13 Respostas
1st Dec 2017, 3:41 AM
Ashutosh
Problem statement : Write a programme to calculate the number of close loop and open loop. Language- python Sample example
python3
-2 Votos
3 Respostas
12th Feb 2021, 11:21 AM
Yogita Patil
A Python statement to declare a Dictionary named ClassRoll with Keys as 1, 2, 3 and corresponding values as 'Reena', 'Rak
python
-3 Votos
3 Respostas
5th Oct 2020, 4:49 AM
Arpan Pradhan
Question one : I couldn't get this statement. Please provide me an appropriate example for this statement
python3
0 Voto
1 Resposta
4th Jun 2021, 1:20 PM
lisa
[SOLVED] (Thank you) C# taking the result of a sum in an if statement and using it outside that statement.
c#
1 Voto
2 Respostas
23rd May 2021, 6:30 AM
Andrew Hall
Try to develop a snippet to swap two numbers without using third variable and must use single statement .
c
c++
java
javascript
python3
1 Voto
3 Respostas
28th Aug 2017, 5:47 PM
Pooja Murugesan
Shouldn't there be a way to input information in the code so the *if* statement can go into effect?
brackets
c++
cin
else
If
input
output
variables
1 Voto
3 Respostas
8th Oct 2017, 2:01 AM
Anonymousgirl
What is the optimal maximum amount of elseifs in one if statement to manage them easily?
else-statements
if-statements
php
0 Voto
2 Respostas
17th Sep 2016, 10:23 AM
Rene Tse
Statement must inclosed with semi colon...but my ques is system is class and println is method then how we close to the semicol?
java
1 Voto
6 Respostas
14th Dec 2017, 1:02 PM
Jayshri Patil
Given the following declaration: char myStr[26]; char yourStr[26] = "Arrays and Strings"; a. Write a C++ statement that
pls
-2 Votos
2 Respostas
8th Jul 2021, 5:55 AM
Tawajir Media
write the statement that receives a double value and save it in a variable identified number please answer is urgently needed
o
0 Voto
3 Respostas
26th Jan 2021, 4:12 PM
Edirin deborah
Can we like type if statement with 2 condition. For example - if (int > 60) ( int < 70 )
c++
cpp
1 Voto
4 Respostas
13th Dec 2017, 5:48 AM
Aditya Gupta
“ROM” is a permanent memory but it is a combinational circuit.” Justify this statement by giving example of 2 word-4 bit ROM. Ho
rom
2 Votos
5 Respostas
9th May 2017, 6:03 AM
Muhamad Alalian
can we sAy that yield is a type of return statement which after execution of which function do not terminate
generators
python
3 Votos
2 Respostas
5th Jul 2016, 5:20 AM
nilesh
Write a C program to find whether the given character is an alphabet, digit ,or special character using the if else statement
c
0 Voto
4 Respostas
31st Oct 2018, 7:15 AM
ALECKS
If x is 10, what are the values of x and y after the statement below is executed?
c
programming
-1 Voto
2 Respostas
14th Sep 2021, 4:09 AM
Hanz Rosales
Why is 0 left out in the output when I use the continue statement within while loop?
continue_statement
loop
python
0 Voto
1 Resposta
7th Dec 2022, 9:42 AM
Haru
Need a program in. C++ ... about library managment by using if else statement ... other programs not from this page ... thanks
library
1 Voto
3 Respostas
11th May 2018, 8:13 PM
Kainat Rasheed
How we are use again again same things in java program; java jumping statement depending on loop any way my password is 5;
java
2 Votos
2 Respostas
27th Aug 2021, 8:30 AM
Chalacho
**What is the usage of "Break" statement here and how 6 came on the output? **
#basic
#c
#cprogramming
#help
#urgent
0 Voto
1 Resposta
2nd Jan 2022, 2:57 PM
Rafid
Any python coders..I've faced a problem...in this program, if statement to be executed but not...why?resolve plz
code
codeplayground
cpython
error
if-statements
python3
0 Voto
2 Respostas
30th Aug 2017, 12:46 AM
Vignesh R
If I don't use a "break" statement, can a single "switch" statement execute multiple "case" statements?
java
switch
0 Voto
2 Respostas
21st Nov 2016, 7:12 PM
Matthew
JS code help
elem.length
error
fix
html
if
js
statement
undefined
1 Voto
9 Respostas
2nd Jun 2020, 7:48 AM
Ginfio
If you are using nested loops (i.e., one loop inside another loop), the break statement will stop the execution of the innermost
loops
0 Voto
3 Respostas
5th Oct 2020, 8:46 AM
Anisha Arora
will the else statement remains same for all if statements or they will have different else statements for different if statemen
c++
elsestatements
1 Voto
3 Respostas
15th Oct 2016, 3:59 PM
Rajat Semwal
Fill in the blanks to include the printf statement if LEVEL macro is not defined. #if (LEVEL) printf("hello"); # in c
c
preprocessor
0 Voto
3 Respostas
28th Apr 2020, 12:01 PM
Hezron Kyalo Ngoma
how can I start my new echo statement with new line ?? wht is the keyword for separating both lines ??
comments
php
1 Voto
4 Respostas
26th Jul 2016, 5:30 AM
sameer rj
Help with def statement?
def
help
python
statement
syntax
0 Voto
2 Respostas
5th May 2018, 3:51 AM
<code>Love</code>
You can achieve the same result with multiple if...else statements, but the switch statement is more effective in such situation
javascript
switch
1 Voto
1 Resposta
2nd Nov 2019, 10:00 AM
Dileep Katari
I didn't understand the part about initializing more than one value in statement 1 of 'for' loops. Any help is appreciated
loops
2 Votos
3 Respostas
8th Feb 2018, 9:46 PM
Ted Ariaga
How can you make a if statement that a prompt tags value is not any value of a array?
array
if
prompt
0 Voto
2 Respostas
23rd May 2020, 6:53 PM
Sali65
In Java if I have to print a statement with double slash (//) OR use it anywhere in the code how will I do it ?
java
problems
2 Votos
7 Respostas
29th Jan 2017, 4:31 PM
Piyush Pandey
This is the best statement in JavaScript to create a new empty array named paints. True or False?
n
paint
va
0 Voto
1 Resposta
11th Dec 2020, 2:49 PM
Salim Mohammad Elsadi
How many of you use sublime text as your text editor? When I do view in browser why don't I get the output by the echo statement
coding
programming
sololearn
texteditor
2 Votos
8 Respostas
13th May 2017, 1:54 PM
Vishnu ks
Hi, I'm new here but I am using my mum's email ac to log in. My name is Ayo, can someone help me with the else statement
c++
else-statements
5 Votos
5 Respostas
6th Sep 2017, 1:27 PM
Esther Fadumiye
Why is my while statement at the end repeating the text "Huh?" as the output infinitely?
infiniteloop
infinity
python
python3
whilestatement
1 Voto
1 Resposta
15th Aug 2017, 9:23 PM
John
Print a statement on console with out using a semicolon at the end of if statement.
control
if-statements
0 Voto
1 Resposta
12th Mar 2017, 12:03 PM
Swamy Kanuri
why won't it work? :( why won't the if and while function accept my in statement
basic
calculator
python
0 Voto
1 Resposta
15th Nov 2016, 1:39 PM
Dave Matthew
What is the work or doing of the 'return' statement in the function's body ? To where it returns the value ?
functions
0 Voto
4 Respostas
10th Feb 2019, 3:09 AM
kushalpal sharma
What is the practical value of initiating more than one variable inside the first statement of a for loop?
javascript
loops
0 Voto
3 Respostas
29th Jan 2016, 1:20 PM
Erlin Goce
I need to know code is correct in JavaScript? have another way to write code && ,|| statement below code
javascript
0 Voto
1 Resposta
23rd Jan 2023, 8:03 AM
Moahamed Azham Mohamed Ashraf
I dont understand what happends when theres 2 for loops inside 1 statement can anyone explain? I tried to work it out but still.
for
loop
2 Votos
5 Respostas
9th Aug 2017, 11:46 AM
D_Stark
Why is the output of this code also 5? Isn't the if num < 5: an inner statement of the if num> 3 ?
if-statements
python
0 Voto
4 Respostas
11th Nov 2019, 1:44 PM
Esteban Rueda
Write a program to display the following output using a single cout statement . Program=20 , documentation=23 , logic=21, flow c
c++
-1 Voto
3 Respostas
11th Jun 2018, 10:59 AM
Meenakshi Dabas
Using Do While Loops
calculation
condition
loop
statement
variables
0 Voto
2 Respostas
20th Dec 2020, 10:37 PM
Joshua Parker
Can we use parentheses with an if statement or a while loop in python? I am a beginner so excuse my question. Thank you.
If
python
while
3 Votos
4 Respostas
11th Feb 2018, 12:38 PM
Andrew Siachos
Wouldn't it be sufficient just to surround the Console.WriteLine statement with the try-block? Why the array declaration as well?
c#
exceptions
0 Voto
3 Respostas
21st Jul 2016, 8:00 PM
Martin Ed
Can we use two break statement in python. For example I have given you a code and it works👇.
input
0 Voto
1 Resposta
20th Oct 2020, 7:21 PM
zeeshan
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
views
0 Voto
6 Respostas
15th Sep 2021, 8:33 PM
Ibrahim Hacker
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
30
31
32
...
35
Próximo >
Quente hoje
How to get better with problem-solving and programming
2 Votes
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
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes