diff --git a/Lab_15/README.md b/Lab_15/README.md index 13643b4..6a26dac 100644 --- a/Lab_15/README.md +++ b/Lab_15/README.md @@ -8,7 +8,7 @@ From this class derive two classes: - `Tape`, which add playing time in minutes (type float). Each of these three classes should have: -- `getdata() function to display its data +- `getdata()` function to display its data - `setdata()` function to get its data from the user at the keyboard. Write a main() program to test the Book and Tape classes by creating instances of them, asking the user to fill with data with `setdata()`, and then displaying the data with `getdata()`. @@ -52,4 +52,4 @@ Deposit() – will deposit the money and update amount Balance() - will display the balance of account Compute_Interest() – calculate interest based on given condition [ROI is 4% per annum] Withdraw() – will allow to withdraw from account (check if withdrawal amount is less than balance and update balance) -``` \ No newline at end of file +``` diff --git a/README.md b/README.md index f8531e4..0a40ab1 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,9 @@ 53. Lost and found as a web app. ## More Project Ideas -- https://codingchallenges.fyi/challenges/challenge-redis-cli -- https://github.com/codecrafters-io/build-your-own-x +- [Coding Challenges: Build Your Own](https://codingchallenges.fyi/challenges/intro) +- [Build your own +](https://github.com/codecrafters-io/build-your-own-x) +- [🔥 200 Project Ideas from Beginner to Advanced with Open Source Contributions 🚀 +](https://dev.to/kishansheth/200-project-ideas-from-beginner-to-advanced-with-open-source-contributions-3g6a)