Bir arkadaşımın kardeşi için gerekli kendisi becerememiş yardım edebilecek olan var mıdır, ücretli ücretsiz.
3.soru aşağıdaki numaradan başlayacak 1 artacak şekilde olacak.
10211308037
ACM321 – MIDTERM PROJECT
Due Date: 27.11.2023 (13:00)
Write a Java Program which creates a simple “Course Registration System” including
the following details:
A course has the followings:
o Course code
o Course name
o Course schedule (which day, which hour) this is given below
o It has to show how many students chose that course
A student has the followings:
o Student number
o Name and surname
o S/He must be able to add a course
o S/He must be able to drop a course
Restrictions on courses:
A course can be chosen at most 5 students.
There has to be 10 different courses with the following schedule:
Course_1: on Monday, between 12:00-15:00
Course_2: on Tuesday, between 09:00-12:00
Course_3: on Thursday, between 13:00-16:00
Course_4: on Monday, between 10:00-13:00
Course_5: on Thursday, between 15:00-18:00
Course_6: on Wednesday, between 09:00-12:00
Course_7: on Friday, between 10:00-13:00
Course_8: on Wednesday, between 11:00-14:00
Course_9: on Friday, between 09:00-12:00
Course_10: on Tuesday, between 16:00-19:00
Restrictions on students:
There has to be 10 different students.
A student can have at most 5 courses.
In case of the followings, a student cannot add a course:
If the course has already chosen by 5 other students,
If the course is conflicting the courses that the student has already added,
If the student has already selected 5 courses.
In case of the following, a student cannot drop a course:
If the student didn’t select that course earlier.
The Rules for the Project
1. Projects must be prepared individually (also check the Honor Policy from the syllabus).
2. Course codes and names have to be selected according to your current courses in this
semester. They have to include your current courses and other courses (names and
codes) can be chosen.
3. Student names should be like this:
Student1: name = “Sait” studentNo = 2023
Student2: name = “Sait2” studentNo = 2024
Student3: name = “Sait3” studentNo = 2025
.
.
.
which means, student names will be your name(and number) and student
numbers are incresed by 1starting from your original student number.
4. You are allowed to use the topics in the project (small additions may be accepted) which
we have coducted in the first 6 weeks.
5. After you complete your project, you have to record it.
6. In the video,
a. you must explain all of the classes, methods etc. line by line in English.
b. in the beginning, introduce yourself briefly (by showing yourself).
7. The video has to be uploaded to any online platform (such as YouTube), and just send
the link of the video.
8. Create a file as a front page and share the link in that file.
9. Zip your .java files and the front page file and create single file. And submit in on
YULearn.
10. Late submissions may not be considered.
Java Okul Ödevi Yardımcı olabilecek var mı?
3
●152
- 23-11-2023, 12:08:04ödev yaptırmak yasak hocam
https://bedeveloper.wordpress.com/co...which-initial/
ama bu şekilde sitelerden farklı varyosyanlarını alıp ödeve göre uyarlayabilir ben ün,de öyle yapıyordum - 23-11-2023, 15:27:28Teşekkürler. Dışarıdan yardıma açık bir çalışma yasaklık bir durum yok.
reallegal adlı üyeden alıntı: mesajı görüntüle
