Results 1 to 2 of 2

Thread: Programming using JCreator

  1. #1
    Join Date
    Nov 2010
    Posts
    7

    Programming using JCreator

    elp me pls about my assignment in Programming using JCreator

    Modify student and student_array classes base on the criteria given below.
    1. Limit the array to Five students.
    2. Change the birthday from string to date format and add new elements, shown below:
    String name;
    String address;
    Date bday
    float allowansperday;
    int noofdays

    3. Call new methods:
    a. To delete records
    b. Check if the array is FULL - prevent user from adding new record
    c. Check if the array is EMPTY – prompt user nothing to delete
    d. Compute Total Allowance and Display the amount in words.
    e. Display Age of the Student in Year, Month and Day.
    f. Search Student using the index array.

    4. Add Menu for the user’s choice

    I had attached the program about this instruction.
    Attached Files Attached Files

  2. #2
    Join Date
    Jan 2006
    Posts
    605

    Re: Programming using JCreator

    Well, to be very honest with you, I am not an expert is thins field but you can try to follow the below suggestion to get an idea about your work:
    • First you need to make sure that all your commands have a semicolon at the end (
    • Then you will also have to make sure that all your open curly braces ({) also have a closing curly brace (})

Similar Threads

  1. From JCreator to NetBeans
    By Messenger in forum Software Development
    Replies: 6
    Last Post: 29-07-2010, 10:28 AM
  2. JCreator - Give arguments during execution
    By KAMANA in forum Software Development
    Replies: 3
    Last Post: 21-07-2010, 04:31 PM
  3. Socket programming: Is any new Programming Language?
    By Kushan in forum Software Development
    Replies: 3
    Last Post: 14-11-2009, 11:13 AM
  4. How to use jcreator for command line argument?
    By Novino in forum Software Development
    Replies: 3
    Last Post: 08-07-2009, 11:19 PM
  5. Replies: 3
    Last Post: 13-12-2008, 01:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,667,558.34389 seconds with 18 queries