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?
A.
Windows Forms
B.
Windows Service
C.
Web-based
D.
Console-based
I think this should be answer D. Console-based.
When creating a web-based application you create a graphical UI where as this question explicitly says “You cannot create a graphical interface for this application.”
Should be D.
D is correct