Skip to content

Diving into the Java language . All the programs are written to get started with java programming

Notifications You must be signed in to change notification settings

Proloy-Bhaduri/Hello-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diving into the Java language . All the programs are written to get started with java programming



Output of FirstNnonprime.java
Enter Number Range limit
20
First 20 non-prime numbers are :
4 6 8 9 10 12 14 15 16 18 20 21 22 24 25 26 27 28 30 32


Output of Nprime.java
Enter Number Range limit
20
Non prime numbers in range 2 - 20 are :
4 6 8 9 10 12 14 15 16 18 20



  • If you are using Command Line or Terminal use the below format to compile and run.

  • To Compile the program

$ javac <FileName>.java
  • To Run the program
$ java <ClassName>

About

Diving into the Java language . All the programs are written to get started with java programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages