Language Basics Ruby

Global variables are available globally to a program. 
Their scope is the whole program. 
Global Variables are prefixed by a dollar sign ($).
$amount = "0.00"