Hi, I'n trying to do a simulation, I need to enter (cin ) floats like a,b,c,d,e,f,g. and use them in a function V which provides like 10.000 data. so know the program is looping... I think its going to ask me 10.000 time to cin the floats. but they are all the same for all those numbers. How do I make those floats a constant??
this is the code: