Question 1 out of 3

    What is the syntax for declaring a variable in Apex?

    String x;

    In Apex, variables are declared using the syntax: DataType variableName;