Skip to content

Commit eebd092

Browse files
authored
Update README.md
1 parent 0653873 commit eebd092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lab_15/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ From this class derive two classes:
88
- `Tape`, which add playing time in minutes (type float).
99

1010
Each of these three classes should have:
11-
- `getdata() function to display its data
11+
- `getdata()` function to display its data
1212
- `setdata()` function to get its data from the user at the keyboard.
1313

1414
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
5252
Balance() - will display the balance of account
5353
Compute_Interest() – calculate interest based on given condition [ROI is 4% per annum]
5454
Withdraw() – will allow to withdraw from account (check if withdrawal amount is less than balance and update balance)
55-
```
55+
```

0 commit comments

Comments
 (0)