RPA variables are associated with one of four basic types. List each of the types, provide a definition in your own words, and provide an illustrative example of each variable type.
a) Integer, representing whole numbers such as counts or identifiers. Example: Employee ID
b) String, representing sequences of characters. Example: Customer name
c) Boolean, representing true or false values. Example: Payment status
d) Float, representing decimal numbers. Example: Product price