✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Examine the following java programpublic class Welcome{ public static void main(String[] args) { System.out.println(“Welcome to IT6008”); }}What is the class name?