Does not print a as int
nagarro-bootcamp-java-live-session-6
Sumit9802
(Sumit Sumit)
March 12, 2020, 6:33pm
#1
fload f=5.5f;
int a=f;
Syso(a);