Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2004
Input grade 1, grade 2, grade 3, grade 4 and grade 5. Then we will all up the total grade and define it as tot. We will take the average by doing tot/5. If the avg is greater than or equal to 93 it will print your grade is A. If the avg is greater than or equal to 90 and less than 93 it will print your grade is A-. If the avg is greater than or equal to 87 and less than 90 it will print your grade is B+. If the avg is greater than or equal to 83 and less than 87 it will print your grade is B. If the avg is greater than or equal to 80 and less than 83 it will print your grade is B- . If the avg is greater than or equal to 77 and less than 80 it will print your grade is C+. If the avg is greater than or equal to 70 and less than 77 it will print your grade is C. If the avg is greater than or equal to 60 and less than 70 it will print your grade is D. If the avg is less than 60 it will print your grade is F. If this is not the case a message will pop saying invalid input.