asked 78.2k views
1 vote
HELP

Select the correct answer. Which programming languages specify a series of structured functions? A. object-oriented languages B. procedural languages C. rapid development languages D. low-level languages

asked
User KFP
by
8.3k points

1 Answer

6 votes

Answer:

The programming languages that specify a series of structured functions are **B. procedural languages**. Procedural languages organize code into functions or procedures that perform specific tasks, making it easier to design and manage the program's flow and structure.

answered
User Bret Weinraub
by
8.2k points