TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
chandra shekar
NA
60
0
Requesting solution for Reservation Program
Sep 30 2009 2:47 AM
Hi experts,
I have two problems for which i need a solution in c#.net.Please any body know the solution please send me your answers. Problems are
1)Reservation.
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.
Program 2.
Stringreplace
The forum is going on and administartor find that some people use abusing or
bad lnaguage in discussion.so he decided that when he uses such language it
was replacedc with beap.
question:
1. draw class digram,and use appropriate data structure.
2. write function replacestring()
Thanks in advance
Reply
Answers (
1
)
How to move to next cell in DataGridView by Pressing Enter
How to Ignor Sunday and Saturdays on a DateTime Picker?