mta software development fundamentals You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application. Which type of application should you create

Respuesta :

Answer: Console-Based

Explanation:

A console based application is an application that helps in facilitating the reading and the writing of the characters from a console.

It is vital in the provision of a simple user interface for the applications that requires little interaction. Since the application accepts input and displays a response to the user and cannot create a graphical interface for this application, then it's a console based application.