Severity: Warning
Message: fopen(/home/answnniz/public_html/system/sessions/ci_session3ae1b56c770ce98039a30514d31dcdbc1a1b6fea): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Integers startRange and endRange are read from input. The inner while loop executes (endRange + 1) times for each iteration of the outer while loop. Complete the outer while loop to execute startRange times. Ex: If the input is 6 3, then the output is: Inner loop ran 24 times