Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. public class Doska{
  2.         public static void main(String[] args){
  3.         char c = 'b';
  4.         int b = 1;
  5.         b--;
  6.         System.out.print(с - 'a');
  7.         System.out.print(" ");
  8.         System.out.print(b);
  9.         }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement