Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: solve it plz

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default solve it plz

    the application shall prompt the user to enter the name of the department for enrolling the students.name will be the name of the file created for that departments enrollments


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: solve it plz

    I am not sure what you expect in a reply to this, but I'd suggest laying out some code, breaking the problems down, and posting defined questions with any related errors. Suggested reading: How to ask questions

  3. #3
    Junior Member
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: solve it plz

    hi this is my school exercise.please help me out
    these are questions
    1. the application shall prompt the user to enter the name of the department for enrollment the students .this name will be name of file created for that departments enrollments
    2.the application then shall prompt the user to enter the number enrolling students for department entered in step1.
    3.the application then shall prompt user to submit student names for number of entries entered previously.

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: solve it plz

    What do you need help with? Please post your code and/or thoughts on how to solve the problem. If you're unsure where to start, I would suggest reading Trail: Learning the Java Language (The Java™ Tutorials).

  5. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: solve it plz

    Quote Originally Posted by tillu View Post
    hi this is my school exercise.please help me out
    these are questions
    Read this before posting again: How To Ask Questions The Smart Way

Similar Threads

  1. Plz solve the problem
    By rasheedmgs in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: October 14th, 2010, 11:59 AM
  2. Questions about a Problem I'm trying to solve
    By DarkEssence in forum Java Theory & Questions
    Replies: 4
    Last Post: March 17th, 2010, 06:29 AM
  3. i do not know how to solve this issue
    By javastupi in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 20th, 2010, 08:28 PM
  4. Java error "java.lang.StackOverflowError"
    By sanatkumar in forum Exceptions
    Replies: 2
    Last Post: July 7th, 2009, 02:40 PM
  5. Replies: 3
    Last Post: June 14th, 2009, 09:31 PM