Advertisement
arabdy

pirobos codigo incompleto !!!

Sep 16th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1.  
  2. public class Parcial_4 {
  3.  
  4.     public static void main(String[] args) {
  5.    
  6.         int i = 'a'-87;
  7.        
  8.        
  9.        
  10.     }
  11.    
  12.     static int conversion(String s){
  13.         char d0 = s.charAt(3);
  14.         char d1=s.charAt(2);
  15.         char d2=s.charAt(1);
  16.         char d3=s.charAt(0);
  17.         int i = 'a'-87;
  18.         int j = 'b'-87;
  19.         int k = 'c'-87;
  20.         int l = 'd'-87;
  21.         int m = 'e'-87;
  22.         int n = 'f'-87;
  23.        
  24.        
  25.         }
  26.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement