# Introduction In this lab, you will learn how to use the `remainderUnsigned()` method of the `Integer` class in Java to return the remainder (unsigned) obtained by dividing the first argument with the second argument.
Click the virtual machine below to start practicing