why f is placed after float values?

by default 12.3 is double literal, So to tell compiler to treat it as float explicitly -> it uses f or F

Leave a Comment