cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

What do the modulo thingies mean in String.format("R:%.3f:%d:%d", APPEAL,RIDELENGTH,RIDERS)???????? #18

Closed ahirschorn closed 10 years ago

cforster commented 10 years ago

that is a very standard type of string formatting, take a look here:

http://docs.oracle.com/javase/tutorial/java/data/numberformat.html

for info.