I need this project to be done in swift programming language
Goal: To practice with your choice of languages. Problem : Suppose at the end of the semester, there is a file "scores.dat" recording scores each student has earned so far from closed lab assignments (CLA), open lab assignments (OLA), quizzes, exams, and final exam score. You can assume there are no more than 30 students. The final letter grade is decided according to the following table based on the total points they have earned: Total Points Final Letter Grade Total Points Final Letter Grade >=90 A >=70, but <73 c-="">=87, but <90 b+="">=67, but <70 d+="">=83, but <87 b="">=63, but <67 d="">=80, but <83 b-="">=60, but <63 d-="">=77, but <80 c+="">80><60 f="">=73, but <77 c in this assignment, you are asked to write a program to calculate student final letter grades as well as the average and highest scores of cla, ola, quizzes, exams, and final exam scores, respectively. the final result should be printed to the screen (standard output). requirements: · you must use the language you picked from project1. · at the beginning of the program, your program should give the user a prompt for the name of the data file which contains the records of student grades. · define a class student, which includes student id, scores for cla, ola, quizzes, exams, final scores, total points, and letter grade. all member data must be private. the class must provide a function to calculate the final letter grade. · define a class roster, which has an associative array (other similar data structures like map, hash map are also fine) to store all student objects. define appropriate methods in the class to calculate, update, and query individual student information as well as required statistic information of all students. · your program should allow users to perform two queries. for each query, the user inputs c#, and your program should print all information (including his/her final letter grade) of the student with the given c#. after two queries, your program print information of all students as well as the average and highest scores of cla, ola, quizzes, exams, and final exam on the screen. make sure that your program has the proper documentation (program heading, variable explanation, description/input/output for each user defined function, explanation for logically related statements, etc), and style for good program readability and modifiability. the website (https://repl.it/languages/ruby) contains online compilers/interpreters and advanced ides for lots of common programming languages. it also allows you to create input text file. what to submit: submit the following as a zip file: · your source code · a screen shot (must be image files) of your query results and information of all student as well as all statistic data printed by your program. start date c="" ="" ="" in="" this="" assignment,="" you="" are="" asked="" to="" write="" a="" program="" to="" calculate="" student="" final="" letter="" grades="" as="" well="" as="" the="" average="" and="" highest="" scores="" of="" cla,="" ola,="" quizzes,="" exams,="" and="" final="" exam="" scores,="" respectively.="" the="" final="" result="" should="" be="" printed="" to="" the="" screen="" (standard="" output).="" requirements:="" ·="" you="" must="" use="" the="" language="" you="" picked="" from="" project1.="" ·="" at="" the="" beginning="" of="" the="" program,="" your="" program="" should="" give="" the="" user="" a="" prompt="" for="" the="" name="" of="" the="" data="" file="" which="" contains="" the="" records="" of="" student="" grades.="" ·="" define="" a="" class="" student,="" which="" includes="" student="" id,="" scores="" for="" cla,="" ola,="" quizzes,="" exams,="" final="" scores,="" total="" points,="" and="" letter="" grade.="" all="" member="" data="" must="" be="" private.="" the="" class="" must="" provide="" a="" function="" to="" calculate="" the="" final="" letter="" grade.="" ·="" define="" a="" class="" roster,="" which="" has="" an="" associative="" array="" (other="" similar="" data="" structures="" like="" map,="" hash="" map="" are="" also="" fine)="" to="" store="" all student objects.="" define="" appropriate="" methods="" in="" the="" class="" to="" calculate,="" update,="" and="" query="" individual="" student="" information="" as="" well="" as="" required="" statistic="" information="" of="" all="" students.="" ·="" your="" program="" should="" allow="" users="" to="" perform="" two="" queries.="" for="" each="" query,="" the="" user="" inputs="" c#,="" and="" your="" program="" should="" print="" all="" information="" (including="" his/her="" final="" letter="" grade)="" of="" the="" student="" with="" the="" given="" c#.="" after="" two="" queries,="" your="" program="" print="" information="" of="" all="" students="" as="" well="" as="" the="" average="" and="" highest="" scores="" of="" cla,="" ola,="" quizzes,="" exams,="" and="" final="" exam="" on="" the="" screen.="" make="" sure="" that="" your="" program="" has="" the="" proper="" documentation="" (program="" heading,="" variable="" explanation,="" description/input/output="" for="" each="" user="" defined="" function,="" explanation="" for="" logically="" related="" statements,="" etc),="" and="" style="" for="" good="" program="" readability="" and="" modifiability.="" ="" the="" website="" (https://repl.it/languages/ruby)="" contains="" online="" compilers/interpreters="" and="" advanced="" ides="" for="" lots="" of="" common="" programming="" languages.="" it="" also="" allows="" you="" to="" create="" input="" text="" file.="" what="" to="" submit:="" submit="" the="" following="" as="" a="" zip="" file:="" ·="" your="" source="" code="" ·="" a="" screen="" shot="" (must="" be="" image="" files)="" of="" your="" query="" results="" and="" information="" of="" all="" student="" as="" well="" as="" all="" statistic="" data="" printed="" by="" your="" program.="" start="">77 c in this assignment, you are asked to write a program to calculate student final letter grades as well as the average and highest scores of cla, ola, quizzes, exams, and final exam scores, respectively. the final result should be printed to the screen (standard output). requirements: · you must use the language you picked from project1. · at the beginning of the program, your program should give the user a prompt for the name of the data file which contains the records of student grades. · define a class student, which includes student id, scores for cla, ola, quizzes, exams, final scores, total points, and letter grade. all member data must be private. the class must provide a function to calculate the final letter grade. · define a class roster, which has an associative array (other similar data structures like map, hash map are also fine) to store all student objects. define appropriate methods in the class to calculate, update, and query individual student information as well as required statistic information of all students. · your program should allow users to perform two queries. for each query, the user inputs c#, and your program should print all information (including his/her final letter grade) of the student with the given c#. after two queries, your program print information of all students as well as the average and highest scores of cla, ola, quizzes, exams, and final exam on the screen. make sure that your program has the proper documentation (program heading, variable explanation, description/input/output for each user defined function, explanation for logically related statements, etc), and style for good program readability and modifiability. the website (https://repl.it/languages/ruby) contains online compilers/interpreters and advanced ides for lots of common programming languages. it also allows you to create input text file. what to submit: submit the following as a zip file: · your source code · a screen shot (must be image files) of your query results and information of all student as well as all statistic data printed by your program. start date>60>63>83>67>87>70>90>73>