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
58
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
58
Basic Concept on HTML and CSS
codemasterram
1
65
Introduction_class_slide.pdf
codemasterram
0
47
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
GraphQLとの向き合い方2022年版
quramy
49
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
A better future with KSS
kneath
239
17k
Facilitating Awesome Meetings
lara
55
6.5k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
RailsConf 2023
tenderlove
30
1.2k
Rails Girls Zürich Keynote
gr2m
95
14k
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