You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lab_15/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ From this class derive two classes:
8
8
-`Tape`, which add playing time in minutes (type float).
9
9
10
10
Each of these three classes should have:
11
-
- `getdata() function to display its data
11
+
-`getdata()` function to display its data
12
12
-`setdata()` function to get its data from the user at the keyboard.
13
13
14
14
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
52
52
Balance() - will display the balance of account
53
53
Compute_Interest() – calculate interest based on given condition [ROI is 4% per annum]
54
54
Withdraw() – will allow to withdraw from account (check if withdrawal amount is less than balance and update balance)
0 commit comments