As per the Coding Guidelines of the Project, Which of the following follows the spacing guidelines while using operators
anyVal=10;
anyVal = 10;
anyVal= 10;
anyVal =10;