107.
Which of the following represent valid local variable declarations?
View Description
Local variables are declared using the type name followed by a comma separated list of variable names. The list is ended with a semicolon. Each variable can optionally have an initializer. The initializer can be a constant value or an expression involving constants and/or other variables.