FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
import java.util.Scanner; class WhileLoopDemo3{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.println("Enter a number : "); int a = sc.nextInt(); int i=1; while(i
Back
|
FazBrowse Home
|
New Git URL