<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-490112819056618032</id><updated>2012-02-16T04:38:13.415-08:00</updated><title type='text'>for Csharp</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://leen-shan.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/490112819056618032/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://leen-shan.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>leenshan</name><uri>http://www.blogger.com/profile/04089727647736721106</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-490112819056618032.post-1658926630912563281</id><published>2008-11-30T23:44:00.001-08:00</published><updated>2008-12-02T21:41:42.079-08:00</updated><title type='text'>Week 8 (Progress)</title><content type='html'>using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.Text;&lt;br /&gt;&lt;br /&gt;namespace Hotel_System&lt;br /&gt;{&lt;br /&gt;class Guest&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;public string Gname; //Guest name&lt;br /&gt;public string ID;&lt;br /&gt;public string nationality;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;class Room&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;public int RoomNum; //store RoomNum of guest's hotel room no.&lt;br /&gt;public string guestID; //store guest ID who stay in room object.&lt;br /&gt;public float Price; //store pricing of the room.&lt;br /&gt;public int ppl; //store amount of ppl in room.&lt;br /&gt;public int status; // status of room&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;class Hotel&lt;br /&gt;{&lt;br /&gt;public string Hotelname; //store and display Hotel's name&lt;br /&gt;public string MgrName; //store and display Manager's name&lt;br /&gt;public string Address; //store and display Address&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;class Program&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;static void Main()&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;Console.Title = "Hotel System";&lt;br /&gt;char choice;&lt;br /&gt;do {&lt;br /&gt;Console.Clear();&lt;br /&gt;Console.WriteLine("Hotel Deluxe");&lt;br /&gt;Console.WriteLine("------------------");&lt;br /&gt;Console.WriteLine(" ");&lt;br /&gt;choice = DisplayMenu();&lt;br /&gt;choice = char.ToUpper(choice);&lt;br /&gt;switch (choice)&lt;br /&gt;{ case 'A': break ;&lt;br /&gt;case 'B': break;&lt;br /&gt;case 'C': break;&lt;br /&gt;case 'D': break;&lt;br /&gt;case 'E': break;&lt;br /&gt;case 'F': break;&lt;br /&gt;case 'G': Quit(); break;&lt;br /&gt;default: Console.WriteLine("Sorry,Invaild choice!");&lt;br /&gt;break;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;} while (choice != 'G');&lt;br /&gt;&lt;br /&gt;static char DisplayMenu()&lt;br /&gt;{&lt;br /&gt;Console.WriteLine("(A): Display Guest Information");&lt;br /&gt;Console.WriteLine("(B): Update Guest Information");&lt;br /&gt;Console.WriteLine("(C): BookRoom / CheckOut ");&lt;br /&gt;Console.WriteLine("(D): Check Room Status ");&lt;br /&gt;Console.WriteLine("(E): Hotel Details");&lt;br /&gt;Console.WriteLine("(F): Sort Guest Name");&lt;br /&gt;Console.WriteLine("(G): Quit");&lt;br /&gt;Console.Write("Enter choice: ");&lt;br /&gt;char choice = char.Parse(Console.ReadLine());&lt;br /&gt;return choice;&lt;br /&gt;}&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/490112819056618032-1658926630912563281?l=leen-shan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://leen-shan.blogspot.com/feeds/1658926630912563281/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=490112819056618032&amp;postID=1658926630912563281' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/490112819056618032/posts/default/1658926630912563281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/490112819056618032/posts/default/1658926630912563281'/><link rel='alternate' type='text/html' href='http://leen-shan.blogspot.com/2008/11/using-system-using-system.html' title='Week 8 (Progress)'/><author><name>leenshan</name><uri>http://www.blogger.com/profile/04089727647736721106</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-490112819056618032.post-6512267772727409857</id><published>2008-11-30T23:44:00.000-08:00</published><updated>2008-11-30T23:46:23.766-08:00</updated><title type='text'></title><content type='html'>WE LOVE YOU！！&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/490112819056618032-6512267772727409857?l=leen-shan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://leen-shan.blogspot.com/feeds/6512267772727409857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=490112819056618032&amp;postID=6512267772727409857' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/490112819056618032/posts/default/6512267772727409857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/490112819056618032/posts/default/6512267772727409857'/><link rel='alternate' type='text/html' href='http://leen-shan.blogspot.com/2008/11/we-love-you.html' title=''/><author><name>leenshan</name><uri>http://www.blogger.com/profile/04089727647736721106</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
