Skip to content

Instantly share code, notes, and snippets.

@AbdiElmi
AbdiElmi / gist:4654722
Created January 28, 2013 11:20
[01/28/13] Challenge #119 [Easy] Change Calculator
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ChangeCalculator
{
class Program
{
static int quarter = 0;