From 6d1aada7087de4c6fbea3f6ab5914757c66164fb Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Fri, 31 Jan 2025 14:08:38 +0000 Subject: [PATCH] Upload files to "struct" --- struct/dato.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/struct/dato.cpp b/struct/dato.cpp index b719b2e..03d7db6 100644 --- a/struct/dato.cpp +++ b/struct/dato.cpp @@ -1,6 +1,6 @@ /* AUTORE: Manuel Vichi -(WIP) Dato +Dato */ #include #include @@ -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; } \ No newline at end of file