How do I know if an image has an alt tag?
What is an idoc status? What are the different types of idoc statuses ?
Explain blood brain barrier?
What is the function of ‘git reset’?
How much time does it take to update to windows 10?
What does clipper stand for?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is the difference between MRP planning runs and detailed scheduling runs in SAP APO PPDS?
Is primary key clustered or nonclustered?
Is c++ based on c?
How do I register msstdfmt dll in windows 10?
How can you make a numbered list?
What is decode in static cache?
What is socket in java?
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.