public class Tab { public static void main(String[] args) { System.out.print('a'); System.out.print('\t'); System.out.print('c'); } }