Guest User

output

a guest
Jan 22nd, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. what2.c:12:15: error: unused variable 'owed' [-Werror,-Wunused-variable]
  2. float owed = GetFloat();
  3. ^
  4. what2.c:14:11: error: use of undeclared identifier 'owed'
  5. while(owed < 0);
  6. ^
  7. what2.c:16:29: error: use of undeclared identifier 'owed'
  8. int cents = (int) round(owed * 100);
  9. ^
Advertisement
Add Comment
Please, Sign In to add comment