Search:

Type: Posts; User: Ricky Buen

Search: Search took 0.09 seconds.

  1. Re: Write a Java program to calculate the modules of two numbers without using any inbuilt modulus operator.

    IDK where that ying yang symbol came from. I mean't the percent symbol, not this random yin yang symbol :confused:
  2. Re: Write a Java program to calculate the modules of two numbers without using any inbuilt modulus operator.

    For my first code, I just did 19%7 and it gave me 5. However, I'm not really understanding what's going on in my second code, where I have to find the modulus of two numbers without using the modulus...
  3. Write a Java program to calculate the modules of two numbers without using any inbuilt modulus operator.

    I have two codes for this one, the first one using the modulus operator and the second one not using the modulus operator


    //Using the modulus operator.
    import java.util.Scanner;



    class...
Results 1 to 3 of 3