Shell Scripting:
In the following statement, X is the initial value:
for (( X = N; X <= Y; X++ ))
True or False
