Skip to content

This project is based on Interest Calculator.In This project user will enter Principal amount,Rate and Time and return Simple Interest and Compound Interest

Notifications You must be signed in to change notification settings

sachin-khatrani/InterestCalculatorLanguage

Repository files navigation

InterestCalculatorLanguage

This project is based on Interest Calculator.In This project user will enter Principal amount,Rate and Time and return Simple Interest and Compound Interest

#Os requirement

kali linux

//steps to run program in terminal

lex lang.l --> This will generate lex.yy.c file
yacc -d lang.y --> This will generate y.tab.c and y.tab.h file
cc y.tab.c lex.yy.c -o -lm --> This will generate .out file

About

This project is based on Interest Calculator.In This project user will enter Principal amount,Rate and Time and return Simple Interest and Compound Interest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published