Cours
Se connecter
Commencer à apprendre l'IA
Cours
Se connecter
Commencer à apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is the main differences between switch-case and if-else ?
c#
c++
java
0 Vote
1 Réponse
27th May 2019, 5:07 AM
Haydar Haydaroğlu
Why I dont get the desired result? if-else statement
if-statements
java
0 Vote
1 Réponse
14th Jan 2017, 12:46 PM
Lena Orlovskaia
Can you help me to use if-else statements with arrow functions?
arrow
functions
javascript
0 Vote
3 Réponses
2nd Sep 2018, 7:00 PM
Sevcan Doğramacı
What will happen when we write if-else statement WITHOUT using IF statement
else
If
statement
without
3 Votes
5 Réponses
14th Mar 2018, 8:59 AM
ShriekDj
What is the difference between the switch statement and if-else statement in java?
java
1 Vote
6 Réponses
26th Jul 2019, 11:25 AM
Captain America
What is the difference between if-else if statement and switch statement?
c#
0 Vote
2 Réponses
14th Apr 2020, 7:41 PM
Mohamed Waseem
I need some help regarding logical 'or' operator, if-else conditions and strings.
c
c++
if-statements
logical-operators
strings
0 Vote
4 Réponses
2nd Apr 2017, 9:53 AM
Himanshu Kumar
Is it possible?
if-else
statement
10 Votes
3 Réponses
18th Sep 2020, 2:51 PM
Ashwin Maurya
How do I write a code to check if a number is prime using if-else statements?
python
python3
pythonforbeginners
2 Votes
7 Réponses
11th Mar 2022, 3:06 PM
Kamdili Ife Darachukwu
Compare and contrast efficiency of nested if-else and switch case ,by an example?
c++
1 Vote
3 Réponses
29th Nov 2016, 1:10 PM
munish rastogi
Is it a bad habbit to have too many if-else statement in my code?
c#
0 Vote
3 Réponses
29th Jun 2022, 12:23 AM
Yasswecancn
Without using if-else statement, accept three numbers and find second smallest number.
else
If
java
math
1 Vote
1 Réponse
10th Jan 2018, 12:43 PM
Nitish
Is it possible that both section in if-else execute? In same condition.
else-statements
If
0 Vote
2 Réponses
23rd Aug 2017, 7:24 PM
sachin gupta
Find the maximum of two numbers without using any if-else statements, branching, or direct comparisons.
discuss
0 Vote
4 Réponses
16th Nov 2020, 11:42 AM
Stephen Otieno
Can anyone explain how to do a loop while using an if-else statement.
python
0 Vote
3 Réponses
25th Sep 2016, 5:40 PM
Sarah
HELP, I'm trying to create a rockpaper scissors game out of only if-else statements
javascript
1 Vote
3 Réponses
2nd Feb 2018, 3:31 PM
Tyrell Reid
Why does this basic if-else statement refuse to post anything other than one? The integer is a=2.
else
if
malfunction
1 Vote
7 Réponses
10th Jan 2020, 3:49 AM
Jake
Anyone is there to explain me the logic of the If-else stated in this programme?
c
if-else
multiplication
table
0 Vote
3 Réponses
19th Sep 2020, 7:24 AM
Nasir Uddin Dipu
How to run scanner first in a if-else statement before execute the rest of the code?
input
java
scanner
-2 Votes
3 Réponses
13th Apr 2022, 2:44 AM
Jacky
I am trying to use if-else method but what variable should i set to start
java
0 Vote
2 Réponses
11th Dec 2018, 1:49 AM
Mamun Rahman
what's more convenient in control structure is it if-else or switch ??? or both are convenient ??
c++
0 Vote
3 Réponses
5th Mar 2021, 12:50 PM
ashii
Write a simple program with array, loop and if-else (all together in one program)
array
c++
if-else
loops
0 Vote
2 Réponses
5th Oct 2016, 2:12 PM
Student in Need
PLEASE SOLVE THIS ONE . BUT YOU CAN ONLY USE THE CONCEPTS OF IF-ELSE , LOOPS AND FUNCTION. DONT USE POINTERS ARRAYS OR RECURSION
c
0 Vote
10 Réponses
1st Nov 2022, 4:15 PM
Ashish Raj
Float
float
if-else
if-statements
variables
5 Votes
2 Réponses
9th Oct 2018, 9:47 AM
Nilutpol Kashyap
Can i use if-else statement in a program of switch case statement before switch (ch) as shown in my code.
switch
1 Vote
8 Réponses
20th Dec 2018, 7:44 AM
Titiksha Tyagi
Anyone of u pls solve this question for me ..I'm a beginner in python core and stucked in this question ..help me pls
club
if-else
if-statements
0 Vote
6 Réponses
20th Oct 2022, 1:28 AM
Dinesh Annangi
How to set or clear a bit in a variable without effecting other bits? and also don't use if-else
c++
if-statements
1 Vote
6 Réponses
26th Jun 2016, 8:17 AM
Ramesh Marisa
Because both statements are fulfilled at the same time
if-else
sentencias
-1 Vote
1 Réponse
10th Aug 2020, 3:19 PM
Michel Saenz
Output of small code
if-else
java
output
0 Vote
7 Réponses
9th Jun 2019, 9:47 AM
Ha Nguyen
How can I shorten my endless if-statements in this question?
#python
#python3
if-else
if-statements
spaghetticode
0 Vote
24 Réponses
22nd Feb 2021, 1:17 PM
Max_Mnemo
what is the function and how and when should I use the if-else statement.. Any help please
c#
else-statements
if-statements
1 Vote
2 Réponses
17th Sep 2016, 3:05 PM
Richmond Kwarteng
Ticket Office project
comparison
help
if-else
office
operator
project
ticket
0 Vote
3 Réponses
5th Dec 2020, 10:41 PM
Sir Starshine
Programs on If and If else conditions.... (Please help me here)
if-else
if-statements
javascript
0 Vote
4 Réponses
13th Oct 2021, 4:15 PM
Sboniso
If - else statement
c++
if-else
0 Vote
1 Réponse
7th Feb 2017, 12:57 PM
grace barnoh
What is wrong with this code ?
if-else
python
statements
0 Vote
5 Réponses
30th Apr 2018, 7:31 AM
Titash Sinha
Is there any option for use switch case in python as C , instead of using if-else ladders
c
python
0 Vote
2 Réponses
18th Apr 2018, 8:13 AM
PRITAM CHAKRABORTY
how to write a code of matching a random number from a user input number using if-else statements.
python
0 Vote
2 Réponses
22nd Feb 2020, 6:29 AM
H K Nagar
After take string as an input from user , How to apply that inputed string in if-else statement ???
c
c++
programing
0 Vote
2 Réponses
3rd Aug 2020, 2:36 PM
Bhupendra Singh Sisodia
How this output has came?
c
if-else
if-statements
0 Vote
2 Réponses
4th Apr 2022, 3:34 AM
Ritwick Raj Makhal
Can I create qt applications with qt creator only??
c++
if-else
qt
1 Vote
3 Réponses
9th Jun 2017, 4:23 AM
M. Oly Mahmud
Can someone explain the order of if-else and nested-if in easier way? I have read and practiced but still mixed up :) #java
else-statements
if-statements
java
1 Vote
5 Réponses
29th Sep 2018, 4:12 PM
Audrey Ardelia
How the '&' operator works in if-else statement and What is the difference between '&' and '&&' in logical operation.
3 Votes
1 Réponse
2nd Mar 2017, 11:59 AM
Mr.Curious
Unable to apply proper if condition
addeventlistener
if-else
innerhtml
javscript
1 Vote
7 Réponses
23rd May 2020, 5:21 PM
maleeqB
Can any one help me to get the following output in python
if-else
if-statements
python
0 Vote
3 Réponses
6th Dec 2018, 6:26 AM
Amogha Prakash
Write an if-else statement that output the word passed provided the value of the variable exam is greater than or equal to 60
good
2 Votes
3 Réponses
1st Jul 2017, 12:34 PM
Aderibigbe Ebenezer Adewale
I used an OR operator in my if-else statement, I put two integers in the condition separated by ||. Syntax error shows..Why??
error
operators
or
1 Vote
3 Réponses
24th Nov 2016, 3:35 PM
Aniket
Whats wrong with this code?
c
c++
if-else
prime
while
1 Vote
13 Réponses
1st Oct 2017, 6:16 AM
Ishu Maurya
I used an OR operator in my if-else statement, I put two integers in the condition separated by ||. Syntax error shows..Why??
error
operators
or
0 Vote
3 Réponses
24th Nov 2016, 3:35 PM
Aniket
Can't figure out what's wrong.
comparison
if-else
java
scanner
1 Vote
4 Réponses
1st Mar 2017, 1:12 PM
Alex Mladich
How to write a program to check if a number is a Fibonacci number or not, just using import, while, if-else keywords?
fibonacci
if-statements
import
while
0 Vote
2 Réponses
8th Sep 2017, 1:18 PM
Ajeya Bhat
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
Suivant >
Aujourd'hui en vedette
How many time I can use sololearn trial mode?
2 Votes
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
Bug sur le deuxième cours de python
1 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes