Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_session1fbf7604eaa9673f1425ccde62f1d64924653ea6): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
If integer yearInput is in the inclusive range: 1960 - 1969, output "The 60s". 1970 - 1979, output "The 70s". 1980 - 1989, output "The 80s". Otherwise, output "Outside the range of study". End each output with a newline. import java.util.Scanner; public class DecadesCategories { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); int yearInput; yearInput = scnr.nextInt(); /* Your code goes here */ } }