Whirlwind Tour of Ada - Part 3b

Arrays, Procedures

Parameter Modes, Numeric Input, Exceptions



Arrays and Array Types (countposzeroneg.adb)



Using Procedures and Functions (With Array Parameters) (sumcountprocs.adb)



Parameter Modes (sumcountprocs.adb continued)



Detecting Errors with Parameter Modes



Procedures, Functions, and Parameter Modes



Filling the array using integer_text_io.Get (sumcountprocs2.adb)



Scope



Global Variables