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
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.
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
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
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.
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).