SOURCE: Please write a java program to print my full name
place the below code in a text file dhana.txt and compile it.
class dhana {
public static void main(String[] args) {
System.out.println("dhanalakshmi"); // Display the string.
}
}
regards
harit
415 views
Usually answered in minutes!
×