Skip to content

Instantly share code, notes, and snippets.

View stjanovitz's full-sized avatar

Steven Janovitz stjanovitz

View GitHub Profile
using System;
using NUnit.Framework;
namespace bank
{
public class Account
{
private float balance;
public void Deposit(float amount)
{