JAVA
S.no Date Signature 1 15/1/2024 WAP to print your name in Java. 2 15/1/2024 WAP to add 2 numbers. Take Input (Via Command Prompt & Via Scanner Class). 3 15/1/2024 WAP to do addition, subtraction, multiplication and division by taking (Values for variables & Values via Scanner Class). 4 29/1/2024 WAP to calculate factorial of a number taken via Scanner Class. 5 29/1/2024 WAP to take 5 numbers as an input from the user and then calculate (Average of the number & Maximum and minimum among the numbers). 6 29/1/2024 WAP to take 2 numbers and a symbol (+, -, *, /, %) from user. Using Switch case statement, calculate the desired arithmetic operation. 7 5/2/2024 WAP that prompts the user to input a user and then output the number with the digits reversed. 8 5/2/2024 WAP to find the largest element in the array using sort function. 9 5/2/2024 WAP