Click here to Skip to main content
15,897,187 members
Home / Discussions / Java
   

Java

 
QuestionLittle Problem Pin
loveangel88826-Apr-11 23:21
loveangel88826-Apr-11 23:21 
AnswerRe: Little Problem Pin
TorstenH.27-Apr-11 3:11
TorstenH.27-Apr-11 3:11 
GeneralRe: Little Problem Pin
loveangel88827-Apr-11 15:44
loveangel88827-Apr-11 15:44 
GeneralRe: Little Problem Pin
TorstenH.27-Apr-11 19:39
TorstenH.27-Apr-11 19:39 
AnswerRe: Little Problem Pin
all_in_flames8-Jun-11 8:17
professionalall_in_flames8-Jun-11 8:17 
QuestionAdding command line arguments to batch file produced from Ant build script Pin
faheemnadeem25-Apr-11 11:47
faheemnadeem25-Apr-11 11:47 
AnswerRe: Adding command line arguments to batch file produced from Ant build script Pin
Tarakeshwar Reddy25-Apr-11 12:23
professionalTarakeshwar Reddy25-Apr-11 12:23 
Questionplease help me Pin
Mohammed Kherfan24-Apr-11 8:09
Mohammed Kherfan24-Apr-11 8:09 
Hello



I want code to java application that simulates a simple registration systems


*Main Screen

1.Insert a new data
2.Update data
3.Delete data
4.Print all Information
5.Exit

Total number of students :4
Number of student in CIS :3
Number of student in MIS : 1



*Insert Screen

Enter ID:
Enter GPA(double):
Enter Name:
Enter Major:


*Update Screen

Update ID:
Update GPA
Update Name
Update Major



*Delete Screen

Enter ID:




Note:
1.In the(Update and delete) operation, if the user enters a not-exist ID, your application must tell the user that ID is not-exist and return to main screen.
2.In each one of(Insert and Update)operation, your program must check that there are No two students have the same ID.
3.After each one of (Insert, Update and Delete) operation, tell the user what happens(i.e. "A new record is inserted","One record is update", "one record is delete","It is Not allowed to duplicate ID","This ID is Not exist")
4.In each one of (insert and update) operation your program must check that the value of inserted GPA is between 0 and 4, and if it is Not the program must ask the user to repeat the insertion of GPA
5.After finishing any one of (insert ,update and delete) operation ,the program must return to main screen
AnswerRe: please help me Pin
_Erik_25-Apr-11 3:16
_Erik_25-Apr-11 3:16 
AnswerRe: please help me Pin
Richard MacCutchan25-Apr-11 5:04
mveRichard MacCutchan25-Apr-11 5:04 
GeneralRe: please help me Pin
scottgp25-Apr-11 8:31
professionalscottgp25-Apr-11 8:31 
GeneralRe: please help me Pin
Richard MacCutchan25-Apr-11 21:43
mveRichard MacCutchan25-Apr-11 21:43 
AnswerRe: please help me Pin
TorstenH.25-Apr-11 12:01
TorstenH.25-Apr-11 12:01 
QuestionWhat is the problem accessing "C" drive using a code (using import.io.*; )? Pin
CoderForEver23-Apr-11 20:36
CoderForEver23-Apr-11 20:36 
AnswerRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell25-Apr-11 8:21
jschell25-Apr-11 8:21 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
CoderForEver25-Apr-11 12:07
CoderForEver25-Apr-11 12:07 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
TorstenH.25-Apr-11 19:33
TorstenH.25-Apr-11 19:33 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell26-Apr-11 8:00
jschell26-Apr-11 8:00 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
jschell26-Apr-11 7:57
jschell26-Apr-11 7:57 
AnswerRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Richard MacCutchan25-Apr-11 22:16
mveRichard MacCutchan25-Apr-11 22:16 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Nagy Vilmos27-Apr-11 5:43
professionalNagy Vilmos27-Apr-11 5:43 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Richard MacCutchan27-Apr-11 6:53
mveRichard MacCutchan27-Apr-11 6:53 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
David Skelly28-Apr-11 1:48
David Skelly28-Apr-11 1:48 
GeneralRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
Richard MacCutchan28-Apr-11 5:54
mveRichard MacCutchan28-Apr-11 5:54 
AnswerRe: What is the problem accessing "C" drive using a code (using import.io.*; )? Pin
CoderForEver26-Apr-11 3:26
CoderForEver26-Apr-11 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.