The question is
Use an if statement to check if num is greater than 100. If num is greater than 100, reassign the value of final to null. Otherwise, set final to be two times the value of num.
my code is this what am I doing wrong?
:
Juan Pablo Isaza