Search:

Type: Posts; User: kmal47

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,173

    Re: having problem with data structure

    this my class

    public class Patient
    {

    private String patName; //patient’s name
    private String patIC; //patient’s NRIC/birth cert.
    private String treatment; //type of treatment...
  2. Replies
    5
    Views
    1,173

    Re: having problem with data structure

    public class PatientApp
    {
    public static void main(String[]args)

    {
    String patName;
    String patIC;
    String treatment;
    String treatmentDate;
    ...
  3. Replies
    5
    Views
    1,173

    having problem with data structure

    im having problem to solve this question,can someone teach me the code to solve this problem
    2583

    as this is my progress app class

    2584

    here is my class
    25852586
Results 1 to 3 of 3