also hi erstmal zu allen.....hier mein problem: bin im moment im auslandssemster und wurde hier dazu gezwungen java zu belegen obwohl ich mit programmieren wirklich nicht viel am hut habe :roll: :roll:
nun muss ich hier eine hausarbeit abliefern!!!und brauche wirklich eure hilfe!
....hab halt wirklich niemand an den ich mich wenden kann und bin für jeden noch so kleinen tip dankbar also zuerst musste ich stage 1 machen die ich dann auch hinbekommen habe ...stage 2 war dann auch kein problem..denke habe so langsam bissel was von diesem seltsamen java verstanden das problem ist jetzt stage 3 habe das gefühl das hier ne schleife her muss habe aber noch nie eine gemacht habe auch mal meinen code dazugemacht der mag für die profis zwar schlecht aussehen bin aber stolz auf ihn man beachte die unterschiedlichen wege wie ich manche dinge gelöst habe also viell kann mir ja jemand bisschen helfen.waere wirklich unglaublich dankbar.habe der vollstaenigkeit wegen mal die ganze aufgabe gepostet, aber wie gesagt bin bei stage 3. ganz unten hab ich einen hyperlink zu meinem bisher geschriebenen code!!!
You are going to write one or more Java Classes/programs to deal with the following scenario:
Imagine that it is now the start of your second year at University and you are thinking about applying for a placement job. You have just decided to apply to the School of ICT at Greater Headingley University – you’ve heard that it’s a fantastic University with very helpful staff, especially on the programming modules.
The School will need some information to help them make their decision, such as the name (or abbreviation) of your University/college, your personal and family names and so on. Of course, the School of ICT are interested in the grades for your best 6 modules in your first year. Greater Headingley University is not interested in your age; because they are trying to get more students and employees from disadvantaged backgrounds they may be interested in the post-code for your home address.
The School had already offered places to 4 placement students, but can take at most 5 new placement students in each academic year. During the next month the School will receive up to 200 phone calls and 50 letters a day from students looking for placement work, and will need to decide whether to take each of these students. The School has 99 members of staff, but only 2 of them are available to deal with employing placement students. The School can only accept students who have achieved at least 3 Firsts and 3 Upper Seconds. When the maximum number of placements has been offered a place, no more offers can be made.
Stage 1 (35% of the marks available for this assessment)
One of the Classes in this scenario is the Applicant Class. Identify at least 8 properties and 4 appropriate methods for this (as described above plus any others you think sensible). These methods and properties must be useful in helping a student apply to University. For example, you might think it useful to have one method which displays the placement student’s age. Use these properties and methods to create the Applicant class. Make sure to put comments in your Java program to explain these. At this stage, the methods can be empty as long as your program compiles and executes.
Stage 2 (25% of the marks available for this assessment)
- Your program can correctly achieve all of the above, plus you need to demonstrate the following:
You will write a working Java program which creates at least one Object of the Applicant class, gets the appropriate values and displays the values of all of the properties.
Stage 3 (20% of the marks available for this assessment)
- Your program can correctly achieve all of the above, plus the following:
The overall aim of the system is to help decide whether students can be accepted for placement at the School of ICT. Identify one other Object in the scenario above and at least 3 methods and 3 properties for it. Use this information to create a Class for that type of Object. Make sure that your program(s) compile; however, you do not have to get the methods working fully – you can just show a short message for each of the methods that says “This is method XX” (where ‘XX’ is what you have called that method). Write a program to create and test the Objects for the Classes you have identified.
MEIN JAVA
nun muss ich hier eine hausarbeit abliefern!!!und brauche wirklich eure hilfe!
....hab halt wirklich niemand an den ich mich wenden kann und bin für jeden noch so kleinen tip dankbar also zuerst musste ich stage 1 machen die ich dann auch hinbekommen habe ...stage 2 war dann auch kein problem..denke habe so langsam bissel was von diesem seltsamen java verstanden das problem ist jetzt stage 3 habe das gefühl das hier ne schleife her muss habe aber noch nie eine gemacht habe auch mal meinen code dazugemacht der mag für die profis zwar schlecht aussehen bin aber stolz auf ihn man beachte die unterschiedlichen wege wie ich manche dinge gelöst habe also viell kann mir ja jemand bisschen helfen.waere wirklich unglaublich dankbar.habe der vollstaenigkeit wegen mal die ganze aufgabe gepostet, aber wie gesagt bin bei stage 3. ganz unten hab ich einen hyperlink zu meinem bisher geschriebenen code!!!
You are going to write one or more Java Classes/programs to deal with the following scenario:
Imagine that it is now the start of your second year at University and you are thinking about applying for a placement job. You have just decided to apply to the School of ICT at Greater Headingley University – you’ve heard that it’s a fantastic University with very helpful staff, especially on the programming modules.
The School will need some information to help them make their decision, such as the name (or abbreviation) of your University/college, your personal and family names and so on. Of course, the School of ICT are interested in the grades for your best 6 modules in your first year. Greater Headingley University is not interested in your age; because they are trying to get more students and employees from disadvantaged backgrounds they may be interested in the post-code for your home address.
The School had already offered places to 4 placement students, but can take at most 5 new placement students in each academic year. During the next month the School will receive up to 200 phone calls and 50 letters a day from students looking for placement work, and will need to decide whether to take each of these students. The School has 99 members of staff, but only 2 of them are available to deal with employing placement students. The School can only accept students who have achieved at least 3 Firsts and 3 Upper Seconds. When the maximum number of placements has been offered a place, no more offers can be made.
Stage 1 (35% of the marks available for this assessment)
One of the Classes in this scenario is the Applicant Class. Identify at least 8 properties and 4 appropriate methods for this (as described above plus any others you think sensible). These methods and properties must be useful in helping a student apply to University. For example, you might think it useful to have one method which displays the placement student’s age. Use these properties and methods to create the Applicant class. Make sure to put comments in your Java program to explain these. At this stage, the methods can be empty as long as your program compiles and executes.
Stage 2 (25% of the marks available for this assessment)
- Your program can correctly achieve all of the above, plus you need to demonstrate the following:
You will write a working Java program which creates at least one Object of the Applicant class, gets the appropriate values and displays the values of all of the properties.
Stage 3 (20% of the marks available for this assessment)
- Your program can correctly achieve all of the above, plus the following:
The overall aim of the system is to help decide whether students can be accepted for placement at the School of ICT. Identify one other Object in the scenario above and at least 3 methods and 3 properties for it. Use this information to create a Class for that type of Object. Make sure that your program(s) compile; however, you do not have to get the methods working fully – you can just show a short message for each of the methods that says “This is method XX” (where ‘XX’ is what you have called that method). Write a program to create and test the Objects for the Classes you have identified.
MEIN JAVA