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 the correct is not C!!
should be D!
Agree, should be “D”, beause you CAN create a graphical interface for a web application but not for a console based application.
C is the correct answer
could you explain your answer…!!! I think it should be D
Apparently, the correct answer to the question above is D.
We can enable reading or writing to the console by creating an application using the Console Application template in Visual Studio.
Moreover, web-based apps are a trifle different.
I really really consider Option D the correct one.
D of course. Console app has no user interface and web app does.
D is correct: No graphical interface, but allows input from user and displays output = console application