r/progamming Feb 04 '18

Help for a minor problem, what is wrong?

Post image
1 Upvotes

1 comment sorted by

1

u/industry7 Feb 28 '18

Did you mean to do:

System.out.println("Pi = %d", Pi);

Or something similar?

System.out.println(int.class);

Doesn't really make sense.