+ 7
M○|-|FΞY 🇳🇬
1st part : the function Func is a void function and u are trying to return sth , that's an error .For the desired output either pass the variable by reference instead of value or change the function returning the processed variable and use that to compare with 0 .
2nd part : Output the variable" b "instead of " a ".