Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Numbers

**Mortgage Calculator** - Calculate the monthly payments of a fixed term mortgage over given Nth terms at a given interest rate. Also figure out how long it will take the user to pay back the loan. For added complexity, add an option for users to select the compounding interval (Monthly, Weekly, Daily, Continually). [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/mortgage_calculator.rb) [[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/mortgagecalculator.cpp) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/mortgage.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/mortgage.py) [[francis36012 (Java)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/Mortgage.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/mortgage.sh)

**Change Return Program** - The user enters a cost and then the amount of money given. The program will figure out the change and the number of quarters, dimes, nickels, pennies needed for the change. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/money_changing/money_changing.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/change_return.rb)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Change.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/change.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/change.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/ChangeReturn.java) [[dsub15 (Python)]](https://github.com/dsub15/Projects/blob/master/Change.py) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/change-return.clj) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/change_return.sh)[[ryjo1026 (Java)]](https://github.com/ryjo1026/Java-Practice/blob/master/ChangeReturn.java)[[rlingineni (C++)]](https://gist.github.com/rlingineni/93b57d67e37134735df5)
**Change Return Program** - The user enters a cost and then the amount of money given. The program will figure out the change and the number of quarters, dimes, nickels, pennies needed for the change. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/money_changing/money_changing.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/change_return.rb)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Change.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/change.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/change.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/ChangeReturn.java) [[dsub15 (Python)]](https://github.com/dsub15/Projects/blob/master/Change.py) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/change-return.clj) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/change_return.sh)[[ryjo1026 (Java)]](https://github.com/ryjo1026/Java-Practice/blob/master/ChangeReturn.java)[[rlingineni (C++)]](https://gist.github.com/rlingineni/93b57d67e37134735df5) [[Empryo(Javascript)]](https://github.com/Empryo/myKaranProjectsSolutions/blob/main/change.js)

**Binary to Decimal and Back Converter** - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/binary_to_decimal.rb) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/binary_decimal.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/binary_decimal_convert.py) [[vinaynikhil313 (Java)]](https://github.com/vinaynikhil313/Projects-Solutions/blob/master/BinaryDecimal.java) [[mukul13 (C)]](https://github.com/mukul13/poker/blob/master/Binary%20to%20decimal%20and%20Back%20Converter.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/binBaseConv.cpp) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/binary_decimal_conversion.java)
[[mandliya(c++)]](https://github.com/mandliya/short-fun-projects/blob/master/conversion/conversion.cpp)
Expand Down