This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ITC421 Programming Java 1 | |
| PHL001 Introduction to Ethics | |
| CRI101 Being Sneaky | |
| BOR456 Inane Babbling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this template, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package testsubject; | |
| /** | |
| * | |
| * @author the Hasnamuss | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this template, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package testsubject; | |
| import java.io.*; | |
| import java.util.*; | |
| /** | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this template, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package subject; | |
| import java.util.Scanner; | |
| /** | |
| * | |
| * @author the Hasnamuss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Saving(S) Current (C) Fixed Term (F) | |
| ======= ========= ============ | |
| 0.08 0.05 0.12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Assignment A4 | |
| # by Oliver Keefe | |
| import os | |
| # Declare account types | |
| account_type = ['savings', 'current', 'fixed term'] | |
| # Float format function | |
| def fmt(amount): |
NewerOlder