Not so important but cool

 
double n;
n=n+(n*Point;);


This code works well even with having an extra semicolumn :)

 
double n=3*(7*Point;);


But there will be error for this code.

 
double n;
n=7+(;Point;);


No error for this one too

 
oh i thought that this is just because of using Point but :
n=(;6;);


this one works well,
anyway this not important and it wont change anything in the coding, but it was just intresting to find this.

Reason: