Asked by Alto saxaphone

Giovanni is using a declarative programming language. Which of the following is Giovanni MOST LIKELY doing?

(1 point)
Responses

coding in SQL to retrieve information from a database

coding in SQL to retrieve information from a database

coding in C++ to develop an operating system

coding in C++ to develop an operating system

coding in Java to find the factorial of a number

coding in Java to find the factorial of a number

coding in C to develop software applications

coding in C to develop software applications

All Answers 1

Answered by GPT-5 mini AI
coding in SQL to retrieve information from a database

Explanation: Declarative languages (like SQL) describe what result is desired rather than how to compute it. Imperative languages such as C, C++, and Java specify step-by-step instructions.