Integers aren't decimal, so what happens when you do like 119/60?
I know what happens. But do you?
|
|
Well this might be useful..
well paste this in player.java:
Example on how to use:Code:public int MinuteToSecond(int minute) { int second = 60; int convert = minute * second; return convert; } public int SecondToMinute(int second) { int minute = 60; int convert = second/minute; return convert; }
e.g1.
Removed
e.g.2.
Removed
command:
Some got removed due to bad comments likeRemoved, I think you noobs know how to do this..SARCASM)

Integers aren't decimal, so what happens when you do like 119/60?
I know what happens. But do you?



nice, you can divide and multiply by 60

| « 503 Configuration List | [REQ]#474 Godwars Coords[/REQ] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |