FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

import java.util.Scanner; /** * * @author Vidhikara */ public class checkPrime { public static void main(String[] args) { Scanner scn=new Scanner(System.in); int n=scn.nextInt(); if(n

Back | FazBrowse Home | New Git URL