Search:

Type: Posts; User: sarasaleem

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,421

    Java program

    Hi,

    I need a java program that study gedcom(genealogy file) and display the data in the file and check for errors and anamolies errors like birth date after death or death before birth ,divorce...
  2. Replies
    6
    Views
    2,405

    Re: Help for java beginner

    Anyways thanks for your advice i already solved it by myself .
  3. Replies
    6
    Views
    2,405

    Re: Help for java beginner

    Its not an homework assignment ,i started learning java and was stuck with a question that i am trying to do .So just asked for help.That's it
  4. Replies
    6
    Views
    2,405

    Help for java beginner

    import java.util.Scanner;
    2
    3 public class HexToDecimalConversion {
    4 /** Main method */
    5 public static void main(String[] args) {
    6 // Create a Scanner
    7 Scanner input = new...
Results 1 to 4 of 4