C#C
C#3y ago
Mei

✅ Can't use "Console.ReadLine();"

Hey there! I've been trying to write a simple Fibonacci sequence in C#. Currently, I'm trying to ask the user how many numbers would they want. When I use Console.ReadLine();, the program doesn't prompt the user (this doesn't work with strings either). How can I fix this?
Was this page helpful?