What's the difference of False and false? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 5

What's the difference of False and false?

im confused, need quick help

12th Dec 2016, 2:28 AM
Salad
Salad - avatar
3 ответов
+ 3
The question in particular asked for the difference between False and false (case sensitive). false is a reserved word in programming and shouldnt be used as a variable name or any other naming condition .
12th Dec 2016, 5:24 AM
Franky BrainBox
Franky BrainBox - avatar
+ 2
Thank you for clarifying.
11th Jun 2017, 11:05 AM
Salad
Salad - avatar
0
false and true are the two Boolean data type s, used in condition based programs
12th Dec 2016, 2:51 AM
Morpheus
Morpheus - avatar