Computer Applications

State the method that:

(i) converts a string to a primitive float data type.

(ii) determines if the specified character is an uppercase character.

Java String Handling

2 Likes

Answer

(i) Float.parseFloat()

(ii) Character.isUpperCase()

Answered By

1 Like


Related Questions