Open this project with vscode and press on F5 on your keyboard. Then this app should be working on: http://localhost:8080 ...
Ask the user for any input. Print that user input. FIZZBUZZ is the classic Programmer's challenge often used as part of job interviews. User inputs the ending maximum value (e.g. 100) Your code should ...