You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add TypeCasting class demonstrating manual casting and type promotion
Add a class that:
- Demonstrates explicit type casting from float to int
- Shows automatic type promotion in arithmetic expressions
- Combines various primitive types in a mixed expression
- Illustrates how Java handles data type conversion and expression evaluation.
0 commit comments