Computer Science, asked by murseethabegum2006, 6 months ago

write a java program to print the string " my computer class"​

Answers

Answered by pranjalkakrania506
3

Answer:

//To print a message

import java. util.*;

public class Program

{

public static void main()

{

System.out.println("My computer class") ;

}

}

Hope this helps!

Mark me as brainliest if you are satisfied!

Answered by sarah1578
1
Hi,
I have attached the screenshot of the code. Hope it helps. Happy coding
Attachments:
Similar questions