
Pl make a program which generates the following output.
"Select from this menu" 1. Array 2. Stack 3. Queue. 4. Exit.
If users press 1, then it will go in 1. Array.
Welcome in Array.
press 1. for Insertion press 2. for deletion press 3. for traversing press 4. for sortiing. press 5. for go back.
All the will give the user.
Same as above. If user press 2. Stack, then it will perform Insertion and deletion from the top of the end.
Welcome in Stack. (Perform Operation)
Welcome in Queue. (Perform Operation)
Pl make this program using JOptionPane. And take the value from user. Thnx and waiting for your reply.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.