there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
Why is javac not recognized?
What is ui framework in java?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
Which instutute is offering course for rhino jain slee
What is mdb in java?
Can we use lambda without functional interface?
What is a stream in java?
Can the main method be overloaded?
Why there are no global variables in java?
Explain different way of using thread?
What is the difference between collection and stream?
What is a delimiter in java?
What is aop java?
How can I swap two variables without using a third variable?