write a java program to print the string " my computer class"
Answers
Answered by
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
1
Hi,
I have attached the screenshot of the code. Hope it helps. Happy coding
I have attached the screenshot of the code. Hope it helps. Happy coding
Attachments:
Similar questions