Type casting Get link Facebook X Pinterest Email Other Apps December 29, 2023 package code;public class typecasting { public static void main(String[] args) { float n1=224.3434f; int n2=(int)n1; System.out.println(n2);}} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment