Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_sessionb49fa4814b861a8d4d931ffbb5849af9175719d0): 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
Create and write down an algorithm to solve this problem in stratch She requires a when[space]key_pressed script that will take a word from the user and display a new word that is the same as the original except that each letter from the second half of the alphabet has been replaced by a # symbol. For clarification, the second half of the alphabet should be considered as: n, o, p, q, r, s, t, u, v, w, x, y and z. The user should input the word as a single string and the new word that is displayed should be a single string. For example, if the user enters ‘range’ then ‘#a#ge’ is displayed.