Posts

Showing posts from May, 2024

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 stat...