Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

ilahma / iax0583

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 088639ff authored 6 years ago by ilahma's avatar ilahma
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update hW2_182430MVEB_ilaha_ahmadzada.C

parent 580ff208 master
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 2 deletions
  • Homework2/hW2_182430MVEB_ilaha_ahmadzada.C
Homework2/hW2_182430MVEB_ilaha_ahmadzada.C
View file @ 088639ff
...@@ -60,7 +60,8 @@ return 0; ...@@ -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) 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) ...@@ -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) void printdata(char name[15][15],float points[15],int n)
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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