Pages

Create a First java Program

public class Home { int a; int b; public static void main(String[] args) { System.out.print("1"); } public static double pi() { return 3.14; } }

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.