16. True/False: The last step in the program development cycle is to code the program. 17. True/False: A prompt is used in a program to tell the user to enter some data. 18. True/False: The onload event is used to have JavaScript execute before the user begins to view the page. 19. True/False: The tags are used only when you wish to include JavaScript within the body of a web page. 20. True/False: The write() method can only be used to display text within
tags. 21. True/False: In most cases the words function and method mean the same thing. 22. True/False: To define a function, you must use the function keyword. 23. True/False: The innerHTML property allows you to retrieve information from an element on a web page. 24. True/False: Parameters are values that the user inputs to a program. 25. True/False: The prompt() method allows you to prompt the user to input values.