Sfori l'array.
Il range ammesso è da 0 a N -1 (evidenziato dal segno minore)
(Ammesso che tu abbia solo 20 valori nel file, sennò s'inchioda prima).codice:for (i = 0;i < N ; i++) { cout << vt[i] << endl; }
Sfori l'array.
Il range ammesso è da 0 a N -1 (evidenziato dal segno minore)
(Ammesso che tu abbia solo 20 valori nel file, sennò s'inchioda prima).codice:for (i = 0;i < N ; i++) { cout << vt[i] << endl; }
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.