Ad
  • Custom User Avatar

    Just print inputs to the console to see what values are being passed to you:

    • Java = System.out.println(m);
    • JavaScript = console.log(m);
    • etc for other languages