Program to find multiplication of two numbers.
In this program we will show you how to multiply one number with another. Take two variable a and b and use multiplication operator (*) to multiply them and store it in another variable s, finally print the variable using printf function to see the result.
Flow chart
