diff --git a/Homework2/hW2_182430MVEB_ilaha_ahmadzada.C b/Homework2/hW2_182430MVEB_ilaha_ahmadzada.C index bcc39d8..d2f09f8 100644 --- a/Homework2/hW2_182430MVEB_ilaha_ahmadzada.C +++ b/Homework2/hW2_182430MVEB_ilaha_ahmadzada.C @@ -60,7 +60,8 @@ return 0; /** - * Function to get values for Names and Points with user input. User will enter names and points of competitors by order. + * Function to get values for Names and Points with user input. + * User will enter names and points of competitors by order. * */ void readdata(char name[15][15],float points[15],int n) @@ -75,7 +76,10 @@ void readdata(char name[15][15],float points[15],int n) } /** - * Function to display the values for Names and Points which is declared by user input with in function. Function will print out names and points of the phtotographers respectively. + * Function to display the values for Names and + * Points which is declared by user input with in function. + * Function will print out names and points of the phtotographer + * s respectively. * */ void printdata(char name[15][15],float points[15],int n)