package infoteksolution; public class FirstJavaCode { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("%Welcome to Software Automation Testing"); System.out.print("Welcome to Software Automation Testing% "); } }