Part 12 – C# Tutorial – switch statement in c# continued
![Part 12 - C# Tutorial - switch statement in c# continued](http://www.videotutorials.co.uk/wp-content/uploads/2014/02/62ead_c23_tutorial_default.jpg)
Complete 60 part c# series: www.youtube.com/playlist?list=PLAC325451207E3105&feature=view_all My Blog: www.csharp-video-tutorials.blogspot.co.uk In this part…
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
![1 Star 1 Star](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/stars/rating_off.gif)
![2 Stars 2 Stars](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/stars/rating_off.gif)
![3 Stars 3 Stars](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/stars/rating_off.gif)
![4 Stars 4 Stars](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/stars/rating_off.gif)
![5 Stars 5 Stars](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/stars/rating_off.gif)
![](http://www.videotutorials.co.uk/wp-content/plugins/wp-postratings/images/loading.gif)
20 responses to “Part 12 – C# Tutorial – switch statement in c# continued”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 01/02/14
Category: C# Tutorials
![Follow @video_tuts on Twitter!](http://www.videotutorials.co.uk/twitter-banner.png)
Pages
Random Videos
-
HTML Tutorial: Coding a Website in Notepad
3,890 views
-
Excel 2010 VBA Tutorial 1: Setup VBA Environment
2,006 views
-
iMovie iOS7 – Editing – Video 1 of 2
1,494 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
your lessons are very helpful, thank you very much.
i’ve encountered an error in this example could you help please?
in the first question which i choose the coffee size, if i enter nothing
and press enter it gives an error and stops working. but i expect it to
write ” your choice is invalid”.
and also in the second question which asks do i want another coffee if i
press enter directly it says my choice is invalid. i couldn’t understand
the difference. i’ll be very happy if you can explain :)
thats very helpful thanks alot ^_^
Same here
Thank you
ok got it! thank u so much venkat, really helpful 🙂
Hi, i += 1 will evaluate to i = i + 1. Similarily i -= 1 will evaluate to i
= i -1. Hope this answers your question. Good luck. Please share the link
with your friends who you think would also benefit from them. If you like
these videos, please click on the THUMBS UP button below the video.
Thank you 🙂 Very good explanation
use int.Parse() as parse converts string to int.. and user i/p from
Console.ReadLine() is a string..
Thank You..I have been programming in C# for last few years but there is
always something new to learn in each of your video.
very helpful. thx
A lot of useful stuff in your videos. Thank you!
your start: position will be wrong then you probably put it above the first
defenition of your “int TotalCoffeeCost” value where you put it at 0
Thank you 🙂
Please explain a bit about the “+=” operator which is used here, i mean why
is it imp to use the + sign, can’t be just “=”??
Thank you very much for taking time to give feedback. I am really glad you
found these videos useful. If you want to receive email alerts, when new
videos are uploaded, please feel free to subscribe to my youtube channel.
May I ask you for a favour. I want these tutorials to be helpful for as
many people as possible. Please free to share the link with your friends
and family who you think would also benefit from them. If you like these
videos, please click on the THUMBS UP button below the video
program is perfect,,but i am facing problem at total bill amount… for
example,,,, if i purchase 2 medium coffee the bill amount will be 4..but i
am getting bill amount is 2 could plz help me here.
use while loops. use goto and your code goto hell. 😛
Thank you very much!
Hi, Your Video Tutorial was very Superb and Useful. I have a doubt While
getting Integer Value from User can i use Convert.ToInt32() is better or
Int.Parse() is Better??? In which Situation to use these both??? Thank U in
Advance
“Coffee Purchasing Program”… Brilliant!