This program is written in Java where different types of rooms and their availability will be displayed. It also provides features to order food and checkout facilities.
Student Enrollment Program written in Java will allow getting students enrolled for the various semester and will allow to choose them there subjects for a semester and will generate fees.
The Program is written in Java and is made to take the input of the base and power and return the output, it also asks for an integer and returned whether it is prime or not.
This is a Python source code for Automating Google search using the selenium library. As the name suggests, it takes user input and automatically initializes a Google search for that.
Amazon product price tracker using Python & beautiful soup takes user input (URL of the product), fetches the price of that product from Amazon, and notifies via email.
This Packet gives an idea about how to use AWT concepts for designing projects This project provides an online billing facility after choosing options made with event handling and validation.
The conversion application Project helps you to convert currencies like Rupee to Dollar, Rupee to Pounds vice versa, and hours to minutes & seconds, kilometer to meter, and feet to inches.
The projects help to perform all simple arithmetic operations, Area /Perimeter, Base, power, LCD /GCD, and prime numbers in the given range.
In this Java project, I have implemented DES(Data Encryption Standard) algorithm for encrypting a text file. After encrypting you can decrypt your file again.
In this C++ program, a star is printed after the desired countdown given by the user. This star has been created with the help of several FOR loops.
ATM (Automated Teller Machine) project in Java is the short implementation of ATM functionality using Java.
In this project, sentiment analysis of twitter data is carried out through binary classification of tweets in Python using Stochastic Gradient Descent Classifier.