Something
public text v1 · immutablepublic class Scratch {
public static void main() {
double steps = 2.3654;
long step = Math.round(steps);
}
}public class Scratch {
public static void main() {
double steps = 2.3654;
long step = Math.round(steps);
}
}