If I input:
1 then 3 then 6, the program still runs but if I did 1 then 3 then 6 then 12 it will terminate.
Here\'s my code:
using System; nam