# Introduction Rounding a number means getting an approximate value of it. In Java, there are several ways to round off a floating-point number. In this lab, we will learn how to round numbers using different methods in Java.
Click the virtual machine below to start practicing