Answer :
The programming language which was most likely used to create this mouse-hover feature is: d. Python.
What is a scripting language?
A scripting language is also referred to as a script and it can be defined as a type of programming language which comprises a set of executable codes (instructions) within a file that are executed by the operating system (OS) of a computer or software program (application) such as a webpage.
Scripting languages are typically used to give instructions or commands to software programs (application) such as:
- A web browser.
- A server.
- A standalone application.
Examples of a scripting language
In Computer programming, some examples of commonly used scripting languages include the following:
- JavaScript
- PHP
- Ruby
- Python
In this scenario, a Python program would be used to define a function that gets called every time an end user (Andie) moves his or her mouse over the the dancing monkey.
Read more on Python program here: https://brainly.com/question/6957007