The document is a Java program demonstrating type casting, specifically implicit and explicit type casting. It includes examples where an integer is converted to a float both implicitly and explicitly. The output of the program shows the values of the variables before and after the casting operations.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views2 pages
Type Casting in Java Explained
The document is a Java program demonstrating type casting, specifically implicit and explicit type casting. It includes examples where an integer is converted to a float both implicitly and explicitly. The output of the program shows the values of the variables before and after the casting operations.