Commit 088639ff by ilahma

Update hW2_182430MVEB_ilaha_ahmadzada.C

parent 580ff208
Showing with 6 additions and 2 deletions
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment