4 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for shyleshs

I want to create a new software for hotel When ever the guest book the room in hotel the receiptionist has to give a pin with validay of 1day. After 1day it has to expire Bandwidth and all not a problem. How to do this? Please help me (sorry for …

Member Avatar for ArashVenus
0
224
Member Avatar for yusking

Using an SQLite database your program should be able to create, read, update, and delete room reservations. Present the user with a menu at the beginning using the console or JOptionPane for example: Choose a task 1. Add a reservation 2. View a reservation 3. List all reservations 4. Update …

Member Avatar for stultuske
-2
2K
Member Avatar for Eagles36

I have a hotel that has to buildings each building has its own wireless network. I would like to change a few things to the network. * Upgrade Equipment * Create a Simpllar setup * Make each network secure * Make it all one network I don't know if it …

Member Avatar for goatnetworking
0
703
Member Avatar for Ssnowlin

I am working on a program with two classes that is supposed to handle hotel information and am getting confused on how to work with an array properly. Here is my code so far: [CODE] public class Hotel { Scanner scan = new Scanner (System.in); public int[] HotelArr = new …

Member Avatar for NormR1
0
159

The End.