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
Producing Creativity
orderedlist
PRO
348
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
KATA
mclloyd
PRO
32
15k
Mobile First: as difficult as doing things right
swwweet
225
10k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
24
1.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
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