Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_session3ef399886ca6113ffdc569fadc56546872965270): 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
Task #01: Write code for the convert_kg(value) function that converts value into pounds and ounces. The function should output the following statement “x kg converted is y pounds and z ounces.”. Task #02: Write code for the convert_pounds(value) function that converts value into kg and ounces. The function should output the following statement “x pounds converted is y kg and z ounces.”. Task #03: Write code for the convert_ounces(value) function that converts value into kg and pounds. The function should output the following statement “x ounces converted is y kg and z pounds.”.