110k views
4 votes
Which of the following is a feature of high-level code

1 Answer

6 votes

Answer:

feature

Step-by-step explanation:

Easier to read, write and maintain as commands are similar to English. Allow access to module libraries. Use data types and data structures, selection statements and repetition/iteration constructs. Use logic operators and functions that are built into the language.

User Wickjon
by
7.2k points