Upload files to "struct"
This commit is contained in:
parent
c4a0bbf0ba
commit
6d1aada708
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
AUTORE: Manuel Vichi
|
||||
(WIP) Dato
|
||||
Dato
|
||||
*/
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
@ -55,6 +55,6 @@ int main(void) {
|
|||
riempiArray(array,SIZEARRAY);
|
||||
stampaArray(array,SIZEARRAY);
|
||||
cout << "Occorrenze del carattere A: " << contaCar(array,SIZEARRAY,'A') << endl;
|
||||
cout << "Valore massimo: " << trovaMassimo(array,SIZEARRAY);
|
||||
cout << "Indice Valore massimo: " << trovaMassimo(array,SIZEARRAY);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue