Advertisement
Saleh_Zoabi

FunctionsEx2Page34

Nov 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. public class FunctionsEx2Page34 {
  3.  
  4. public static void main(String[] args) {
  5. // TODO Auto-generated method stub
  6.  
  7.  
  8. }
  9.  
  10.  
  11. public static int countDigit2(int Digit,int []arr){
  12.  
  13.  
  14. for (int i = 0; i <= arr.length;i++)
  15.  
  16.  
  17.  
  18. }
  19.  
  20.  
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement