You are viewing a single comment's thread. Return to all comments →
I din't understand why you are doing the
if((int)Math.sqrt(n)*(int)Math.sqrt(n)==n){ sum -= Math.sqrt(n); }
part. Can you explain?
Seems like cookies are disabled on this browser, please enable them to open this website
Day 19: Interfaces
You are viewing a single comment's thread. Return to all comments →
I din't understand why you are doing the
part. Can you explain?