Java

[Solved] Event Scheduling with Java

[Solved] Event Scheduling with Java

Event Scheduling: Our fair is stretching for months and the users need to know the count of events for each month so that they can manage their time and monetary balances accordingly. So let’s create a part of our application…

[Solved] Event entry with Java

[Solved] Event entry with Java

Event entry: The Fair participants will be given RFID tags that allow them to enter or exit a stall, events seamlessly. The Entry/Exit entries will be connected to the mainframe server. Any organizer should be able to monitor the crowd…

[Solved] Ticket Booking with Java

[Solved] Ticket Booking with Java

In our application, booking and cancelling tickets are some important features. As every user uses it to book/cancel tickets for every event So we need to make it as quick and safe as possible. We are gonna use the synchronized…

[Solved] Crowd pattern with Java

[Solved] Crowd pattern with Java

Crowd pattern: Let’s develop a feature for the exhibition organizers. Given the number of persons entering the exhibition on an hourly basis from 9 AM, analyze the crowd pattern on different intervals. The exhibition starts from 9 AM ends at 9…

[Solved] Profit or Loss with Java

[Solved] Profit or Loss with Java

Profit or Loss: We are going to create a console application that can estimate whether the booking is a profit or loss, thereby enabling hall owners to reduce or increase expenses depending on the status. Hence if several Booking details…

[Solved] Stall Revenue with Java

[Solved] Stall Revenue with Java

Stall Revenue: The Accounting department of the fair committee wants a console application that can estimate the total revenue by the rent from an exhibition. So write a program that accepts the stall details of an exhibition that includes the…

[Solved] Carrom with Java

[Solved] Carrom with Java

If Cricket is the most popular outdoor game in India, Carrom is not too behind as one of most played indoor games.Let’s now make use of our knowlege in operators & conditional statements  to compute the points scored at the end of…