Hocam 1. sorunun cevabı c de scanf, c# da ise textbox şeklinde alabileceğinizi düşünüyorum.
for (double i = Convert.ToDouble(birincikutu.Text); i < Convert.ToDouble(ikincikutu.Text); i++ şeklinde yapabilirsiniz sanırsam.
This post will discuss how to generate `n` random numbers between the specified range in Python... The `random.randint(x, y)` function generates the random integer `n` such that `x <= n <= y`.