Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 406 Bytes

C-college-projects

simple C projects from college course Intro to programming


Project 1:

The program generates 10000 random integers and checks if they are achilles numbers (powerful but not a perfect power).

Project 2:

The program gets inputs and checks if they are coded in UTF-8.

Project 3:

The program calculates the maximum sum of numbers in a matrix in 4 different ways.