Introducción
En este laboratorio, aprenderá a usar el método intValue()
de la clase Float
de Java para convertir un objeto Float
en un valor entero.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
java(("Java")) -.-> java/ObjectOrientedandAdvancedConceptsGroup(["Object-Oriented and Advanced Concepts"])
java(("Java")) -.-> java/BasicSyntaxGroup(["Basic Syntax"])
java/BasicSyntaxGroup -.-> java/type_casting("Type Casting")
java/ObjectOrientedandAdvancedConceptsGroup -.-> java/user_input("User Input")
java/ObjectOrientedandAdvancedConceptsGroup -.-> java/exceptions("Exceptions")
java/ObjectOrientedandAdvancedConceptsGroup -.-> java/wrapper_classes("Wrapper Classes")
subgraph Lab Skills
java/type_casting -.-> lab-117662{{"Método intValue de Float en Java"}}
java/user_input -.-> lab-117662{{"Método intValue de Float en Java"}}
java/exceptions -.-> lab-117662{{"Método intValue de Float en Java"}}
java/wrapper_classes -.-> lab-117662{{"Método intValue de Float en Java"}}
end