Computer Science, asked by lkjhv3888, 20 days ago

Write a java program to write name ashi

Answers

Answered by sspingale28
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