Created
January 28, 2022 04:28
-
-
Save BRAVO68WEB/867e3e270590de71ed41eb8d7b0d3389 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package q10892; | |
public class PrimeNumbers { | |
public void primeInLimits(int low, int high) { | |
//1212121 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment