Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Why is javascript like this? alert(1=="1")--> true alert(1=="hello")--> true alert("1"=="hello")--> false
q
2 голосов
3 ответов
10th Jun 2019, 1:00 PM
Ferry
Trying to assign true and false with a message
python
0 голосов
2 ответов
13th Feb 2019, 10:12 PM
Hussain Raza
Hii, why output is true false in below code ?
challenge
java
0 голосов
2 ответов
1st May 2020, 2:57 PM
Akshay Harshora
We can overload destructors ?
false
2 голосов
2 ответов
22nd Feb 2018, 7:54 AM
Wasim Abbasi
Can somebody tell me why the output of this code is False ❓
python
python3
3 голосов
4 ответов
9th Feb 2020, 5:17 PM
ClassHacker
The following code must retrun True,True then False and False but it is returning True,False,False and None.help fix this.
begginer
code
python
0 голосов
1 ответ
22nd Mar 2019, 2:37 PM
Bikal Shrestha
Why is a boolean of False produced rather than true?
boolean
input
list
lists
print
python
variable
1 голос
4 ответов
15th Nov 2016, 2:18 PM
Dave Matthew
What is the deffrence between true and false in constants
constants
1 голос
4 ответов
4th Jan 2018, 6:34 PM
Raghupatruni Venkatamanas
The boolean 'False'
false
ruby
5 голосов
19 ответов
27th Nov 2017, 2:47 PM
᠌᠌Code X
How can I use true and false on java script
javascript
0 голосов
2 ответов
26th Oct 2020, 7:44 PM
Jaabir
Why the output of this code is false true?
output
print
programming
py
python
1 голос
1 ответ
9th Feb 2019, 4:53 PM
H.code
PLEASE guys someone modify it i have no idea why all of them false
javascript
2 голосов
7 ответов
13th May 2020, 1:35 PM
yassin tafouzert
Which of the following statement is false from the following?
c
c++
electronic
network
1 голос
1 ответ
12th Aug 2018, 4:09 AM
Norin
Why does this operation equal true even though it should have no output because its false because true + false = false?
c++
operators
0 голосов
3 ответов
2nd Dec 2016, 4:57 AM
Talkiestcobra6
Interface may contain only abstract methods.why this statement is false
interfaces
0 голосов
2 ответов
8th Jul 2019, 7:43 AM
Rohit Ahuja
Set the boolean variable p to true if the integer n (n > 1) is a prime number, and false otherwise.
c++
0 голосов
3 ответов
19th Apr 2021, 5:58 PM
Nikita Volkov
Зачем нужны True и False в JavaScript и Python 3?
true
0 голосов
2 ответов
12th Jun 2020, 10:56 PM
Андрей Гончаров
when I wrote int x; cin>>x; if(10<x>15) it is always false 10<x<15 always true 10>x<15 always true 10>x>15 always false 3<x<0 always false 3>x>0 true for x less than 3 can anyone explain why this is happening????
c++
2 голосов
3 ответов
13th Oct 2016, 1:44 PM
Soutik
Get and check my codes , that is shown question 5 is false .
c#
1 голос
6 ответов
11th Jul 2021, 4:33 PM
Zy Naung
why I'm getting false as an answer and here it's true?
python
range
2 голосов
4 ответов
30th Jun 2016, 5:46 PM
papka2
>>> descending([]) True >>> descending([4,4,3]) True >>> descending([19,17,18,7]) False
python3
0 голосов
1 ответ
17th Feb 2019, 9:33 AM
Shaik Abeedh
I cant understand this....> 1 != 1 False >>> "eleven" != "seven" True >>> 2 != 10 True.... with true of false
python3
1 голос
2 ответов
31st Jan 2018, 8:44 PM
Reptilian Hermit
Why print (2 > 4 == 4) False in python. Please kindly explain me.
python
1 голос
6 ответов
11th Feb 2023, 6:59 PM
TAEK
I would like to print here, profitable unprofitable instead of true or false but how
functions
python
0 голосов
11 ответов
10th Oct 2023, 6:49 PM
Eaz Mahodi Sagor
Do all languages have this anomaly, 0.3 + 0.4 == 0.7 will be false ?
anomaly
decimal
javascript
7 голосов
6 ответов
12th Mar 2018, 12:58 PM
Morpheus
Why True and False have to be capitalized and "true and false" is a wrong answers
booleans
python
3 голосов
8 ответов
2nd Apr 2019, 8:34 PM
thelablive2
Why it takes input twice even if while loop's condition is false
input
loops
python3
recursion
while
0 голосов
4 ответов
5th Nov 2021, 10:06 AM
Saumya Mishra
How to print if false statement inelse statement and also in console
c#
else
else-statements
how
print
statement
value
0 голосов
4 ответов
21st Mar 2022, 6:21 PM
Sheza Rao
Plz correct the script as it says its false
javascript
1 голос
1 ответ
30th Mar 2017, 4:42 PM
Mohammed Arshad
Answerable by True or False 11. 21.ans=(76%8-98-76)>=(52-4*3+12)); 12. 22.ans=(98-87+8*3)!=(73%15*2-21); 13. 23.ans=!((31-(12*(
c++
1 голос
2 ответов
11th Mar 2019, 3:40 AM
Rhea May Abay
Why the output of the code is False , please explain?
python3
0 голосов
2 ответов
23rd Jun 2020, 9:59 AM
Teja Swaroop
why when i put false in the program, it outputs error?
constants
false
php
true
0 голосов
4 ответов
3rd Oct 2016, 8:48 AM
Andreea Deleu
These are following case, true or false ... Case 2.4:
c
-1 голос
1 ответ
27th Dec 2021, 7:54 AM
Pradyumn Vishwakarma
Hello. I don't know how to return false statement? It always return true.
c++
0 голосов
4 ответов
9th Aug 2021, 8:36 PM
TeaserCode
Why the result of this code "True in [True] in [True]" is False
array
in
python
7 голосов
3 ответов
15th Feb 2018, 2:43 PM
Javier I. Rivera R.
str1 = "hello" str2 = "olleh" if two strings matches will return true otherwise false
python
python3
strings
2 голосов
5 ответов
21st Feb 2022, 5:40 AM
Manoj Bhaagam
How can you make a true or false quiz through c++?
booleans
c++
cin
cout
functions
if-statements
0 голосов
1 ответ
8th Oct 2020, 10:23 AM
Lugli
U gotta check out this.. the last statement is True? How? It should be false instead
mohd
2 голосов
6 ответов
10th Jun 2019, 3:21 PM
Mohd Adnan khan
Is HTML programming language?
false
true
1 голос
10 ответов
22nd Dec 2017, 5:35 PM
Jahid Al Emon
What's the difference between truth or false and truthy or falsey?
booleans
ruby
2 голосов
2 ответов
21st Mar 2017, 5:15 PM
Aryan Sinha
Can someone body tell my what is the difference between false and true constant?
constants
php
2 голосов
8 ответов
26th Dec 2015, 5:04 AM
Mohammed
Why is >>>True or False >>> True? And why is >>>5 or 7 >>>5
booleans
operator-precedence
python
2 голосов
4 ответов
27th Apr 2020, 9:25 AM
Samuel
Why i am getting both Output false and false? Someone explain to me this plz
java
0 голосов
8 ответов
21st Nov 2019, 2:06 PM
Abdul Wahab
System.out.print(x==a); //what does this means true ? False ? Error
code
0 голосов
2 ответов
14th Feb 2018, 5:16 PM
Abhijit
How we show true and false question in quiz using forms.
forms
0 голосов
2 ответов
8th Jul 2019, 5:38 PM
usman riaz
Can plz anyone tell that why true and false are used in programming languages
constants
php
2 голосов
7 ответов
6th Jan 2017, 1:38 PM
Paavan Gupta
Why is the course not free as stated before you download the app?
advertising
false
0 голосов
4 ответов
14th Mar 2022, 9:45 AM
sarah 'violet rose croft' faulkner
How to make the java code restart if user enter false number?
java
1 голос
3 ответов
18th Aug 2017, 2:32 PM
Manal Medhat
print(0.1==0.2-0.1) print (0.1==0.5-0.4) Why is the output true, false and not true, true?
phyton3
0 голосов
2 ответов
30th Apr 2019, 6:40 PM
Biggi
I basically want to create a custom confirm box in js that return true and false value
javascript
js
website
1 голос
10 ответов
15th Mar 2022, 10:55 AM
Deepak Kanojiya
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
3
4
5
...
8
Следующий >
Актуальное сегодня
Someone can help me
2 Votes
What's wrong with this?
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
0 Votes
Img & web server or personal info
0 Votes
How this program executes?
0 Votes
Pls give me an idea
1 Votes