Aspects of Ada
Strongly Typed--Dynamically or Statically
Data types include Floating point, integer, character, string and Boolean.
Control Structures include a simple loop, while loop, for loops, if -else(elsif)-then, case , and goto
Operations are carried out left to right **, *, /, +, -.