java input
![[Java Study] 입력과 출력](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FWdNDe%2FbtrFGSIUwLM%2FAAAAAAAAAAAAAAAAAAAAAKicyFGb51zqDDIBB_hUwDBsSlZ8Y_1_OA-ET_MApXxZ%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3Dbr%252FU%252FyOzrrz2Vy%252FCh9mf%252FrhbEKk%253D)
[Java Study] 입력과 출력
import org.opentutorials.iot.DimmingLights; import org.opentutorials.iot.Elevator; import org.opentutorials.iot.Lighting; import org.opentutorials.iot.Security; import javax.swing.*; public class OkJavaGoingHomeInput { public static void main(String[] args){ String id = JOptionPane.showInputDialog("Enter a ID"); String bright = JOptionPane.showInputDialog("Enter a Bright level"); // Elevator cal..