Answer:
1. You can invoke or call a method from another program or method: TRUE
2. When methods must share data, you can pass the data into and return the data out of methods: TRUE
3. A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant: TRUE
Explanation:
A Pascal program basically consists of the following parts :
Program name, uses command, type declarations, constant declarations, variables declarations, functions declarations, procedures declarations, main program block, statements and Expressions within each block, and comments