User profile: vajahat

User info
User name:vajahat
History
Joined:
Number of posts:2
Latest posts:

File input to array
first off all, create an array of structure where the members will be name, club, age etc. Then use ...

while loop - 2 conditions with OR
the correct syntax for a do-while loop is do { //your codes here }while(condition); furthermore, i...