53.6k views
4 votes
"Programming language that provides a graphical user interface and is generally easier to use than non-GUI languages"

True or False?

1 Answer

5 votes

Answer:

True

Step-by-step explanation:

If a proper GUI is provided, then the user does not have to worry about the syntax of the language as then the user will be able to focus only on the logic of the program rather than learning about the syntax of the programming language. It would be easy to put your logic in that GUI and program will be coded without any syntax error and only logic has to be altered.

User Jingqiang Zhang
by
4.1k points