Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

student-grade-calculator

Description

This program, written in C, calculates and assigns grades to students based on their marks. It can handle input for one or more students, compute total marks/percentage, determine grade/category, and display results.
It’s suitable for educational use or as a demonstration of arrays, loops, functions, and basic file I/O (if implemented).

Features

  • Accepts marks of one or more subjects for a student
  • Calculates total marks and percentage
  • Assigns a grade (e.g., A, B, C, D, F) based on percentage thresholds
  • Optionally supports multiple students in a batch
  • Displays results in a neat format.

a-simple_calculator

Description

This is a simple command-line calculator program written in C. It allows a user to perform basic arithmetic operations (addition, subtraction, multiplication, division) on two numbers.
It is ideal for beginner practice — demonstrating handling user input, use of switch or if statements, and basic error checking (e.g., division by zero).

Features

  • Addition of two numbers
  • Subtraction of two numbers
  • Multiplication of two numbers
  • Division of two numbers (with division‐by‐zero handling)
  • Runs in terminal/console

About

a simple c program that calculates a student's overall grade based on marks obtained in various subjects or assignments. It can determine average scores and assign letter grades

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages