Skip to content

0xCiphera/studentGradeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

studentGradeCalculator

A guided Project aimed at strengthening the basic knowledge i have learnt in C#.

It covers: literal and variable values, basic string formatting and basic operations on numbers.

I developed a Student Grading application that automates the calculation of current grades for each student in a class. The parameters for my application are:

  • A short list of four students and their five assignment grades.
  • Each assignment grade expressed as an integer value, 0-100, where 100 represents 100% correct.
  • Final scores are calculated as an average of the five assignment scores.
  • It performs basic math operations to calculate the final grades for each student.
  • It outputs/displays each student’s name and final score.

About

A guided Project aimed at strengthening the basic knowledge i have learnt in C#. It covers: literal and variable values, basic string formatting and basic operations on numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages