Java Programs

Showing posts with label Prime. Show all posts
Showing posts with label Prime. Show all posts
Thursday, 13 June 2013

program in java - find prime number within array elements with abstract class

›
import java.io.*; abstract class base {     int a[]=new int[10];     abstract void cal(); } class derived extends base {     int i,j,b=0,n;...

print prime number in given series

›
import java.io.*; class simple_print_prime_number_in_given_series {     public static void main(String args[])     {         int start,end,i...

program to check given number is prime or not ..................

›
// simple_check_prime_number import java.io.*; class simple_check_prime_number {     public static void main(String args[])     {         tr...
Wednesday, 12 June 2013

More Applications in single frame

›
/**  * @(#)AllinOne.java  *  *  * @author -> Anant Mahale  * @version 1.00 2013/5/11   You can perform various operation with this ...
Home
View web version

About Me

Anant Mahale
View my complete profile
Powered by Blogger.