Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1.     do
  2.     {
  3.         readValues (numArray, readValues_ptr);
  4.         sortValues ();
  5.         printValues ();
  6.        
  7.         printf ("Do you want to restart? [y/n] : ")
  8.         scanf ("%d", &decision);
  9.     } while (decision = 'y')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement