Last answered:

11 Apr 2020

Posted on:

10 Apr 2020

0

General

Why is the space is being used before writing any int,string ? Eg- 5 - 3, 5space+space3
1 answers ( 0 marked as helpful)
Instructor
Posted on:

11 Apr 2020

0
Hi Vijay,  Thanks for reaching out! The additional space is there for better readability of our code. You don't strictly need it, from the compiling point of view. It is however, crucial in order to write clean code. Usually the more we code, the longer and more complex our code tends to get. So, it's important for it to be understandable. Especially because, often, we're not the only people looking and going through the code.  So, even though it's not a strictly necessary step, it's a highly recommended one!   Best,  Eli

Submit an answer