Const Age As Integer = 25, City As String = "Denver", PayCheck As Currency = 350Sub severalConst() MsgBox Age MsgBox City MsgBox PayCheckEnd Sub