This repository contains simple C programs written for learning and demonstration.
File: tax.c
A basic program that calculates tax based on income input.
File: encryption.c
Encrypts and decrypts text for printable ASCII characters.
File: bank.c
A command-line banking simulation program with the following features:
Check account balance
Deposit money
Withdraw money (with validation for sufficient funds)
File: R4N$OMW4R3-v1.c
For file Deletion and Encryption using XOR.
gcc tax.c -o tax
./tax
gcc encryption.c -o encryption
./encryption
gcc bank.c -o bank
./bank