Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~146 People Reached
Favorite Forums
Favorite Tags
Member Avatar for patricia_3

Here's my understanding fetching the input: int num = 0; NSLog (@"Input 5 numbers"); scanf("%d", &num); NSLog (@"\n You inputted: %d !", num); Sample Input: 54321 Output: 54321 But the output should be: 5 4 3 2 1

Member Avatar for hericles
0
146