Techno Compile

Techno Compile is a free source of learning Technologies online.The Content includes SQL Server,C#,HTML,Ado.net and Computer TIPS and Tricks and much more.

Pages

▼
Showing posts with label C# Programme. Show all posts
Showing posts with label C# Programme. Show all posts
06 March 2019

C# Programme to check Armstrong Number

›
In the case of Armstrong number, the sum of the cube of each digit of the number should be equal to the original number. for example- 153 ...
05 March 2019

C # programme to print the fibonacci series

›
In case of fibonacci series, The next printed number is the sum of previous two numbers like 0,1,1,2,3,5,8,13,21 etc. The first two numbers...
25 February 2019

Programme to reverse a number

›
C# Programme to reverse a number.... using System; namespace ReverseNumber {     class Program     {         static void Main(...
1 comment:
Home
View web version
Powered by Blogger.