Difficult
Key Points: Perform arithmetic operations based on user input Use Scanner and basic operators First Program: "Hello World" Explanation: Prints text to the console. Practical Example : Write a program to print your name and favorite subject {public static void main(String[] args) {System.out.println("My Name: […]