Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Part 3: More on C#
Search
Ram Sapkota
October 26, 2018
0
59
Part 3: More on C#
Ram Sapkota
October 26, 2018
Tweet
Share
More Decks by Ram Sapkota
See All by Ram Sapkota
Static Class Attributes and Inheritance
codemasterram
2
150
Class & Object
codemasterram
0
110
HTML & CSS: Lesson 2.2
codemasterram
1
81
Introduction to C#
codemasterram
1
56
More on C#
codemasterram
0
180
HTML___CSS__Lesson_2.1.pdf
codemasterram
0
59
Basic Concept on HTML and CSS
codemasterram
1
66
Introduction_class_slide.pdf
codemasterram
0
48
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Facilitating Awesome Meetings
lara
56
6.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Mobile First: as difficult as doing things right
swwweet
224
10k
Optimizing for Happiness
mojombo
379
70k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
For a Future-Friendly Web
brad_frost
180
9.9k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Music & Morning Musume
bryan
46
6.8k
Speed Design
sergeychernyshev
32
1.1k
Transcript
More on C# RAM SAPKOTA
For Loop Its more cleaner than while loop. But
both loops are same.
More on for loop
Building an Exponent Method Will pass two numbers as
base num and power num and generate the result with for loop.
Exception Handling An exception is a problem that arises
during the execution of a program.
Let’s look a simple demonstration