hackerearth test

Solutions on MaxInterview for hackerearth test by the best coders in the world

showing results for - "hackerearth test"
Sandro
20 Sep 2016
1    var xyFile:File = File.createTempFile();
2    if (xyFile.isDirectory() == true)
3    xyFile.deleteDirectory(true)
4    else
5    xyFile.deleteFile();
6
Isabella
02 Feb 2016
1    class HackerEarth {
2        int val  = 10;
3        public static void main(String[] args) {
4            HackerEarth obj = new HackerEarth();
5            System.out.println(obj.val);
6        }
7    }
8
similar questions
queries leading to this page
hackerearth test