From 06538733047f92de287f061a40927ffaf44a561a Mon Sep 17 00:00:00 2001 From: Rustam Zokirov <59933997+Rustam-Z@users.noreply.github.com> Date: Fri, 23 May 2025 22:53:47 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) From eebd092a91dcc3c0b416bebcad8763c4bb8c55ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=40Rustam-Z=20=F0=9F=9A=80?= <59933997+Rustam-Z@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:25:07 +0200 Subject: [PATCH 2/2] Update README.md --- Lab_15/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```