Content
Programming exercise: Hello Visual Studio Code Points: 01 Please write a program which asks the user which editor they are using. The program should keep on asking until the user types in Visual Studio Code. Have a look at the example of expected behaviour below: Sample output Editor: Emacs not good Editor: Vim not good Editor: Word awful Editor: Atom not good Editor: Visual Studio Code an excellent choice!