write a program that reads the number of student from keyboard. Then it reads each students
name, family name and average and keep these values in the memory. Then the program will
sort students according to the choice of the user. You must also format the
uppercase/lowercase according to the following sample output. (50p)
Population of the class: 3
1.Student’s Name: ahmet
FamilyName: Tok
Avr: 2.24
2. Student’s Name: ZERRIN
FamilyName: Soylemez
Avr: 2.70
3.ö Student’s Name: Bilgin
FamilyName: SARI
Avr: 3.50
Data enterance OK!!!!
For sorting N (Name) F (Family Name) A (Average) Q (Exit): N
Name Family Name Average
----------------------------------
Ahmet Tok 2.24
Bilgin Sarı 3.50
Zerrin Soylemez 2.70
For sorting N (Name) F (Family Name) A (Average) Q (Exit): F
Name Family Name Average
----------------------------------
Ahmet Tok 2.24
Zerrin Soylemez 2.70
Bilgin Sarı 3.50
For sorting N (Name) F (Family Name) A (Average) Q (Exit): A
Name Family Name Average
----------------------------------
Bilgin Sarı 3.50
Zerrin Soylemez 2.70
Ahmet Tok 2.24
For sorting N (Name) F (Family Name) A (Average) Q (Exit): Q
Finish!!!
can some one make this before 19 march 2008.
it is my homework
geska10 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
jephthah 1,888 Posting Maven
mitrmkar 1,056 Posting Virtuoso
jephthah 1,888 Posting Maven
mitrmkar 1,056 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.