Program 4 #P04 - C Program - Multiply two Floating Point Numbers || Learning C Programming #C111
#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel
In this program, user is asked to enter two numbers (floating point numbers). Then, the product of those two numbers is stored in a variable and displayed on the screen.
In this program, user is asked to enter two numbers. These two numbers entered by the user is stored in variable firstNumber and secondNumber respectively. This is done using scanf() function.
Then, the product of firstNumber and secondNumber is evaluated and the result is stored in variable productOfTwoNumbers.
Finally, the productOfTwoNumbers is displayed on the screen using printf() function.
Notice that, the result is round to second decimal place using %.2lf conversion character.
To Install Turbo C++ 4.5 Click on Below Link and Download rar file and extract and then install..
https://app.box.com/s/soz2137zo0rv0sb...
Do Like,Comment,Share and Subscribe if u are learning little bit.
Please give me suggestions in form of comment box .
i will be glad to improve myself day by day