Blogger Widgets

How to add Drop downs for my Blog?

How to add Drop downs for my Blog?
===============================
 
In My Blog, I am planning to add the whole tabs under a single tab and use it as drop down.So Please help me..
Blog: http://step-y-step.blogspot.in/


Ans:

How do you display the tridiagonal of a matrix?

How do you display the tridiagonal of a matrix?
=====================================
 
Of one that is randomly generated in number and size in MATLAB? I already have the program to show the upper triangle and lower triangle, but I am having trouble with the tridiagonal.


Answer:

How to print following pattern in c++?

How to print following pattern in c++?

I want to print following pattern in c++ using only ONE FOR LOOP..
*
* *
* * *
* * * *
* * * * *