Warning: Undefined variable $jcyhX in /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php on line 1

Warning: Undefined variable $ettTubkWQB in /home/supremepapers/public_html/qualityassignments.net/wp-includes/nav-menu.php on line 1

Warning: Undefined variable $UUWaafE in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php on line 1

Deprecated: Implicit conversion from float 1.7333333333333334 to int loses precision in /home/supremepapers/public_html/qualityassignments.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/css.php on line 52

Deprecated: Implicit conversion from float 1.7333333333333334 to int loses precision in /home/supremepapers/public_html/qualityassignments.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/css.php on line 52

Deprecated: Implicit conversion from float 2.5 to int loses precision in /home/supremepapers/public_html/qualityassignments.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/css.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/supremepapers/public_html/qualityassignments.net/wp-includes/block-template-utils.php:1) in /home/supremepapers/public_html/qualityassignments.net/wp-includes/rest-api/class-wp-rest-server.php on line 1794
{"id":242890,"date":"2022-08-05T12:30:35","date_gmt":"2022-08-05T12:30:35","guid":{"rendered":"https:\/\/qualityassignments.net\/?p=242890"},"modified":"2022-08-02T20:05:54","modified_gmt":"2022-08-02T20:05:54","slug":"use-python-programming-language-it-is-the-galactic-year-62-53-the-cruz-space-synergy-industries-cssi-has-grown-so-much-that-it-cannot-find-enough-scientists-and-engineers-to-hire-theref","status":"publish","type":"post","link":"https:\/\/qualityassignments.net\/2022\/08\/05\/use-python-programming-language-it-is-the-galactic-year-62-53-the-cruz-space-synergy-industries-cssi-has-grown-so-much-that-it-cannot-find-enough-scientists-and-engineers-to-hire-theref\/","title":{"rendered":"USE PYTHON PROGRAMMING LANGUAGE!!! \u00a0 It is the galactic year 62.53. The Cruz Space Synergy Industries. (CSSI) has grown so much that it cannot find enough scientists and engineers to hire. Therefore,"},"content":{"rendered":"
\n

\n USE PYTHON PROGRAMMING LANGUAGE!!!\n <\/p>\n

\n It is the galactic year 62.53. The Cruz Space Synergy Industries. (CSSI) has grown so much that it cannot find enough scientists and engineers to hire. Therefore, the company created the Cruz Space College (CSC) to train the next generation of space scientists and engineers. The company is keeping track of its students\u2019 information. using an old system of text files but plans to implement a new system soon. Your job for this project is to make sure that the data in the files is not corrupted.\n <\/p>\n

\n Write a program that:\n <\/p>\n

    \n
  1. \n Asks the user for an input file name.\n <\/li>\n
  2. \n Validates that the user entered a valid file name (name of an existing file).\n <\/li>\n
  3. \n If the user enters invalid file names 3 times, displays an error message and quits.\n <\/li>\n
  4. \n Reads from the input file the names of students (don\u2019t make assumptions about how many students) and their grades (0..5 grades per student, default to 0). The names of the students and the grades will be stored in a dictionary where the names are the keys, and the grades are stored in a list associated with the key.\n <\/li>\n
  5. \n After reading the student information into the dictionary, displays the name of each student followed by their grades followed by the grade average to the console as follows:\n <\/li>\n<\/ol>\n

    \n Student 1 Grade 1 Grade 2 Grade 3 Grade4 Grade 5 Average\n <\/p>\n

    \n Student 2 Grade 1 Grade 2 Grade 3 Grade4 Grade 5 Average\n <\/p>\n

    \n Student 3 Grade 1 Grade 2 Grade 3 Grade4 Grade 5 Average\n <\/p>\n

    \n Student 4 Grade 1 Grade 2 Grade 3 Grade4 Grade 5 Average\n <\/p>\n

    \n
    \n Dictionary + List:
    \n <\/b>\n <\/p>\n

    \n
    \n {Student1:[Grade1, Grade2, Grade3, Grade4, Grade5], Student2:[Grade1, Grade2, Grade3, Grade4, Grade5], Student3:[Grade1, Grade2, Grade3, Grade4, Grade5]}
    \n <\/b>\n <\/p>\n

    \n
    \n Structure of input file:
    \n <\/b>\n <\/p>\n

    \n Student 1Name\n <\/p>\n

    \n Student 1 Grade 1\n <\/p>\n

    \n Student 1 Grade 2\n <\/p>\n

    \n Student 2 Name\n <\/p>\n

    \n Student 3 Name\n <\/p>\n

    \n Student 3 Grade 1\n <\/p>\n

    \n Student 4 Name\n <\/p>\n

    \n Student 4 Grade 1\n <\/p>\n

    \n Student 4 Grade 2\n <\/p>\n

    \n Student 4 Grade 3\n <\/p>\n

    \n Student 4 Grade 4\n <\/p>\n

    \n Student 4 Grade 5\n <\/p>\n

    \n
    \n For Example:
    \n <\/b>\n <\/p>\n

    \n Rodolfo\n <\/p>\n

    \n 98.9\n <\/p>\n

    \n 99.5\n <\/p>\n

    \n Julio\n <\/p>\n

    \n Pedro\n <\/p>\n

    \n 100\n <\/p>\n

    \n Maria\n <\/p>\n

    \n 99\n <\/p>\n

    \n 99.8\n <\/p>\n

    \n 90\n <\/p>\n

    \n 80\n <\/p>\n

    \n 80\n <\/p>\n

    \n
    \n Submission guidelines:
    \n <\/b>
    \n Send your
    \n
    \n Assignment4.txt
    \n <\/b>
    \n file as attachments to my email, with the subject Assignment 4.\n <\/p>\n

    \n
    \n Note:
    \n <\/b>
    \n Please include the header at the top of your program. Replace the necessary information.\n <\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

    USE PYTHON PROGRAMMING LANGUAGE!!! It is the galactic year 62.53. The Cruz Space Synergy Industries. (CSSI) has grown so much that it cannot find enough scientists and engineers to hire. Therefore, the company created the Cruz Space College (CSC) to train the next generation of space scientists and engineers. The company is keeping track of […]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_joinchat":[]},"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/posts\/242890"}],"collection":[{"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/comments?post=242890"}],"version-history":[{"count":1,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/posts\/242890\/revisions"}],"predecessor-version":[{"id":243597,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/posts\/242890\/revisions\/243597"}],"wp:attachment":[{"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/media?parent=242890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/categories?post=242890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qualityassignments.net\/wp-json\/wp\/v2\/tags?post=242890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}