Write a java program to write name ashi
Answers
Answered by
0
Answer:
public class program{
public static void main(String[] args){
System.out.println("ashi");
}
}
Explanation:
By the above statement we are printing the name ashi. Here the first line tells us that we are instructing the eclipse (java compiler) in order to print the required output written in the double quotes of System.out.println();
Similar questions
English,
10 days ago
Computer Science,
10 days ago
Math,
10 days ago
Math,
8 months ago
Science,
8 months ago