Lilit Nazaryan

Introduction to Programming for Engineers

About Me

Welcome to my personal course page. Here I present my homework and projects created during the course.

Project

Student Grade Analyzer

C language project for analyzing a list of student grades

This project works with an array of grades and calculates:

  • average grade
  • highest grade
  • lowest grade
  • number of passed students

The project demonstrates arrays, loops, functions, header files, and multiple source files.

Source Code Viewer
Click a “View” button to load a file here.
Select one of the project files to preview its contents inside this page.

Homework

Homework files and future tasks will be added here.