If the user forgets adding semicolon at the end of the line, the cell will hang. For instance, ``` int i=1 ``` will not produce any output, while ``` int i=1; ``` will work normally. Thank you, Pedro