-
Expert
149 Answers
- Posted on Jul 07, 2010
Re: 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
×