Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i really need help coding from this psuedo code. thank you in advance student_1 dictionary declaration containing the name, age and grade student_2 dictionary declaration
i really need help coding from this psuedo code. thank you in advance
student_1 dictionary declaration containing the name, age and grade student_2 dictionary declaration containing the name, age and grade student_3 dictionary declaration containing the name, age and grade while loop presentation of the program (which are the print statements) goes here ask the user to choose between 1 and 3 and store the input into a variable convert that variable into an integer if statement checking if the user input 1 print student 1's information by gccessing the values in the first dictionary print student_2's information by Jllyessing the values in the second dictionary print student_ 3 's information by accessing the values in the third dictionary elif statement checking if the user input 2 ask the user to pick a student's grade to modify (between 1 and 3) and store the input into a variable convert that variable into an integer ask the user to choose a new grade for the student and store it into a variable if the student's grade to nodify is for the first student modify the finst student's grade with the third user input elif the student's grade to nodify is for the second student modify the first student's grade with the third user input elif the student's grade to modify is for the third student modify the first student's grade with the third user input else: else: peint that the option the user picked is not valid get out of the while loop Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started