Answer: Having the ability to change the source code to fit your needs
Explanation:
Answer:
CLS
INPUT"Enter any three numbers";a,b,c
IF a>b AND a>c THEN
PRINT a;"is the greatest"
ELSEIF b>a AND b>c THEN
PRINT b;"is the greatest"
ELSE
PRINT c;"is the greatest"
ENDIF
END
Answer:
dependent variable -- As it depends on the other variables, changes when they change
Ummmm the solution is ummm brb