Generation

generate functionSun, 13 Nov 2022

Write a java program to display "Hello Computer" on the screen

public static void main(String[] args) { System.out.println("Hello Computer"); }

Want to kickstart your project?Use the new AI Studio to create your code