CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: venit

Search: Search took 0.02 seconds.

  1. Thread: Array of string

    by venit
    Replies
    1
    Views
    989

    Re: Array of string

    String[]prsnlInfor={"FirstName","OtherNames","SurName","Age","Gender","BirthPlace","Country","Province","Applicant","DurationOfStay","Person",}

    This is making an array of String with 11 indexes or...
  2. Re: Write a driver program implementing an ArrayList of CD object

    //you need to gather all the info for the constructor first so do something like

    System.out.print("Enter Artist name: ");
    String artist = reader.nextLine( );

    System.out.print("Enter CD name:...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured