Computer Applications

State the method that

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

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

Java Library Classes

6 Likes

Answer

(a) Float.parseFloat()

(b) Character.isUpperCase()

Answered By

2 Likes


Related Questions