hi, to simplify, my problem looks like this - the program asks for an integer input 'n'.. when I enter 'n'=10, a variable k1 gets assigned as '1'. k2=2, k3=3, k4=4.... and so k10=10. I understand that we could define 'k' as a allocatable 1d array. but I do not want to use array here, depending...