Search:

Type: Posts; User: blockme2011

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,147

    Re: Help me get started

    package Twinprime;

    import java.util.Scanner;
    public class primenumber {
    public static void main (String args []){

    String primeNo = "";
    int a;
    int j = 0;
    int LastPrime =1;
  2. Replies
    3
    Views
    1,147

    Help me get started

    Hello guys below is the program that i need to create. I know how to do the prime number but got stuck in displaying a error message.
    Plz help




    A prime number is a positive integer that is...
Results 1 to 2 of 2