I don't get it at all. How do I use the code "System.in". I really need help.
package com.codegym.task.task03.task0320;
/*
The humble programmer
*/
import java.io.*;
public class Solution {
public static void main(String[] args) throws Exception {
//write your code here
System.out.println("Sidd makes $120,000 a year. Ha-ha-ha");
}
}