If(i==1)
{
//rest of code
}
else
{
//rest of code
}
Switch(i)
{
Case 1:
Case 2:
.
.
.
Case 70:
}
If(i==1)
{
//rest of code
}
else
{
//rest of code
}
Switch(i)
{
Case 1:
Case 2:
.
.
.
Case 70:
}
In this article, We will discuss about Why Switch not Use Float and Doub ...
In this article, We will discuss about How to Use Auto Property Initial ...
In this article We will Discuss about What is the difference between stri ...
To Check that whether my application target to which framework then pleas ...
The content is strictly copyrighted to the Admin and may not be reproduced without permission.
© 2017 Designed by DotNet Developer
0 comments:
Post a Comment