May 7, 2025
public static void main(String[] args)System.out.println() for console output
// for single line and /* */ for multi-lineint age;age = 21;import java.util.Scanner;Scanner scanner = new Scanner(System.in);nextLine(), nextInt(), nextDouble()+=, -=, etc.++ and --int[] numbers = {1, 2, 3, 4};FileWriterBufferedReader and FileReaderRunnable interface and Thread class