Search:

Type: Posts; User: exose

Search: Search took 0.10 seconds.

  1. Re: how to implement method to add new Student and display it

    :)

    It is working! :) thanks so much! I have even changed some stuff for example:


    public void displayStudentDetails()
    {
    for (int i=0; i<length; i++)
    {...
  2. Re: how to implement method to add new Student and display it

    ok thanks,

    I have changed the addStudent method to:


    public void addStudent()
    {
    students[length].getFirstName();
    students[length].getLastName();
    ...
  3. Re: how to implement method to add new Student and display it

    well... I am trying to figure out how to increase number of students and add another student to the array, for example:

    When I will choose "Add Student" from Menu, I should be able to add a...
  4. how to implement method to add new Student and display it

    hi,

    I am at the beginning of my assignment and I have some problems, here is my code:


    import java.io.*;
    import java.util.*;

    public class StudentDatabase
    {
Results 1 to 4 of 4