SyntaxFix
Write A Post
Hire A Developer
Questions
You need to add uppercase L at the end like so
L
long i = 12345678910L;
Same goes true for float with 3.0f
3.0f
Which should answer both of your questions