Skip to content

Instantly share code, notes, and snippets.

ITC421 Programming Java 1
PHL001 Introduction to Ethics
CRI101 Being Sneaky
BOR456 Inane Babbling
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package testsubject;
/**
*
* @author the Hasnamuss
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package testsubject;
import java.io.*;
import java.util.*;
/**
*
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package subject;
import java.util.Scanner;
/**
*
* @author the Hasnamuss
Saving(S) Current (C) Fixed Term (F)
======= ========= ============
0.08 0.05 0.12
#Assignment A4
# by Oliver Keefe
import os
# Declare account types
account_type = ['savings', 'current', 'fixed term']
# Float format function
def fmt(amount):