How do we write something to square these calculations
Result1 = Val3-Val1sqaured;
Result2 = Val3-Val2;
i need to square these calculation how would i do it so it meant to look like
Result1= Val3-Val1sqaured;
i cant get the squared bit
thank you