From 11945405257106140b9554bb15818d7517a3599f Mon Sep 17 00:00:00 2001 From: anovati Date: Wed, 13 Dec 2023 19:53:07 +0100 Subject: [PATCH] Aggiunta alle FAQ Part2 -> FAQ025 --- source/FAQ/Part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FAQ/Part2.md b/source/FAQ/Part2.md index e1af96d..4327169 100644 --- a/source/FAQ/Part2.md +++ b/source/FAQ/Part2.md @@ -14,7 +14,7 @@ What does RGB stands for? ### FAQ025 What is a boolean variable in programming? - +In programming, a boolean variable is a binary variable that can take only two values, either 1 or 0. ### FAQ026 In programming, what does "debugging" mean?