Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 809 Bytes

NumClass - Numbers functions program

Description

Number Analyzer is a C project that analyzes and filters numbers based on various mathematical properties. The project includes implementations of four essential functions: isStrong, isArmstrong, isPrime, and isPalindrome. Both recursive and iterative implementations are provided for each function. This project includes a makefile with a variety of targets in ordeer to allow the developer to compile effeciently different parts of the program.

Table of Contents

Usage

git clone https://github.com/avihyb/ex1c-makefile.git

make all

./<any of the .exes you'd like>

Features

Enter 2 numbers, and get all the numbers in the range that satisfy the program's function.