ANSWERS DUE 14-12-2024 100% RATED CORRECT ,100% SURE PASS ,100%
VERIFIED!!(ALREADY PASSED!!
Basic syntax - (ANSWER)The basic spelling and grammar of a language that must be carefully
paid attention to in order for code to properly execute.
Arguments - (ANSWER)Is extra information passed into a method in order to modify what the
method does.
Strings - (ANSWER)A type of programming data that represents text.
Variables - (ANSWER)A symbol that represents data, and the value of the variable can change as
you store new data in it.
While loops - (ANSWER)Used to repeat actions without the player needing to write the same
lines of code over and over.
If statments - (ANSWER)The building block of modern programming; checks the conditions at
the moment an performs different actions depending on the expression.