This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I got a 'code'.
The 'code' is as following
If a number is not a multiple of 40 then add 40 and if it is a multiple of 40 then do nothing.
So for 170, It is not a multiple of 40 so I added 40 and got 210.