Advertisement
zainarfi00

Self Check Chapter 5

Oct 29th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * Self Check Problem 10
  3. *
  4. * Z@in @rfi
  5. * @version (a version number or a date)
  6. */
  7. import java.util.*;
  8. public class SelfCheck6
  9. {
  10. public static void zeroDigits(string a)
  11. {
  12. int x = 0;
  13. do{
  14. x++;
  15. }
  16. while(a.length() > 0);
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement