Java Programming Lab programs for 2021-22 Batch MCA.
The code ran successfully and output is verified.
Compile the code using
javac program_name.java
Run the code using
java program_name
For Applet programs, run using
appletviewer program.html
For running Python code you have to install Python3 and you have to download the required packages.
Run this command to install those packages,
pip install opencv-contrib-python
pip install matplotlib
Note: Don't forget to run the above code if you're running it for first time
The codes are uploaded once I checked it.
Thank you