Posts

Showing posts from January 24, 2016

Matrix falling Code effect in CMD using Notepad

Image
Have you seen the movie "Matrix"?This matrix effect is inspired by that movie only.This effect is one of the fascinating capabilities of cmd (which is ignored most often by us) Copy and paste this code in your Notepad and Save the file as "Matrix.bat".

Programme to Check whether a number is an Armstrong number

Image
Here you will know how to Check  whether a number is an Armstrong number or not . In this method we have used a while loop to check for an Armstrong number.I have also attatched the screenshots of the programme I have written and the generated output.

Calculating Factorial of a number in C-programming

Image
In this post you will gonna learn how to calculate factorial of a number in C-programming. In this method we will print the factorial of a number using for loop.This is one of the simple method of calculating the factorial of a number.