So far we have seen our first program. Now let's dig into some simple tools and functionalities. Comments Comments are used in a program to explain the working of certain block of code. For example: A single line comment starts with // (double slash). //This is a comment A multi-line comment looks like this: /* … Continue reading Comments, Variables and some Maths
