Severity: Warning
Message: fopen(/tmp/ci_session74hh16460i0ea91sru0km8i45rhuco4v): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Khushi Jain
A simple interactive random number guessing project designed using Java Swing and AWT.
In this project, the computer generates a random number between 1-100. We have to keep guessing the number until we find the computer's number.
Each time we guess the wrong number, the computer will tell us whether the number is lower or higher than the random number generated by the computer.
If we succeeded in guessing the number, it will generate a congratulating message.
Also, it will display our best score and total number of guesses as well.
This project is developed using Java Swing and AWT.
Platform Required: IntelliJ IDEA
The output of the program will look like this:

Submitted by Khushi Jain (Khushi268)
Download packets of source code on Coders Packet
Comments