Day : 18 Return Data types and programmes
Return Data TypesThe return type must be specified before the method's signature when declaring the method. There are several different data types that can be used as a method return type in Java, inc...