Class ZestAssignCalc


  • public class ZestAssignCalc
    extends ZestAssignment
    The Class ZestAssignString assigns a string (which can include other variables) to the specified variable.
    • Constructor Detail

      • ZestAssignCalc

        public ZestAssignCalc()
        Instantiates a new zest assign random integer.
      • ZestAssignCalc

        public ZestAssignCalc​(String variableName)
        Instantiates a new zest assign random integer.
        Parameters:
        variableName - the variable name
      • ZestAssignCalc

        public ZestAssignCalc​(String variableName,
                              String operandA,
                              String operation,
                              String operandB)
        Instantiates a new zest assign random integer.
        Parameters:
        variableName - the variable name
        operandA - the right hand operand.
        operation - the operation.
        operandB - the left hand operand.