Asked by jjjjjjjjjjjjj

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

All Answers 1

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

Explanation: SQL is a declarative language — you state what data you want, not how to compute it. Languages like C, C++, and Java are primarily imperative.