// by default every real no in java is Double. // 0 and 1 in java is int. // boolean is true and false only. // We can use the double data type in Java when the memory is not a big concern, and if we ...
Given an integer N, you need to typecast this integer to String. If the typecasting is done successfully then we will print "Nice Job" otherwise "Wrong answer". Since this is a functional problem you ...