/* Challenge: Use ChatGPT to generate and solve an algo problem
1. Ask ChatGPT to give you the FizzBuzz problem. Specify you do NOT want the solution! 2. Attempt to solve it yourself 3. If you solve, ask ChatGPT for advice on how to improve it 4. If you don't solve, ask ChatGPT for help!
*/
1
2
3
4
5
6
7
8
9
10
/*
Challenge: Use ChatGPT to generate and solve an algo problem
1. Ask ChatGPT to give you the FizzBuzz problem. Specify you do NOT
want the solution!
2. Attempt to solve it yourself
3. If you solve, ask ChatGPT for advice on how to improve it