Please enable JavaScript.
Coggle requires JavaScript to display documents.
computer science (Data types (Boolean is either a true or false/yes or no,…
computer science
Data types
-
String is something that contains characters, numbers and spaces
-
-
Character is a single letter, digit, or symbol.
Types of errors
Run-time error: when the program instructs the computer to carry out an operation that is not designed for or too slow to do
Logic error: occur when the program runs successfully but but it doesn't behave in the manner it was designed to
Syntax error: when the program fails to obey the grammar rules of the program language they're using
-
-
-