-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Description
Within these interactive notebooks, I am unable to find any examples on how to get a user's input? As I try Console.ReadLine() it proceeds to execute the next line of code.
Example:
string []answer = new string[10];
for(int i = 0; i < answer.Length; i++)
{
answer[i]= Console.ReadLine();
}
With this code, the cell keeps running for me with no prompt (like with Python) to enter an input.
Metadata
Metadata
Assignees
Labels
No labels