Computer scienceProgramming languagesJavaCode organizationObject-oriented programmingClasses and objectsObjects

Convert text input

Solve for the decimal value

Report a typo

Parse the following statements, applying the base to the string value.

Match the items from left and right columns
parseInt("111", 2)
ParseByte("71", 8)
parseShort("FF", 16)
parseLong("1000250", 10)
255
7
57
1000250
___

Create a free account to access the full topic