Calculate

How to Calculate Temperature in Fahrenheit and Centigrade

Submitted by kingwash on
How to calculate temperature in Fahrenheit and Centigrade. This code is very simple. I made it for my brother as his school assignment. The system will ask you for a temperature. When you put in the value, it then calculate and display the result in Fahrenheit and Centigrade(Celsius). It's cool and easy to understand code. Try it

Displaying and Counting the Total Value of the Records in the DataGridView

Submitted by janobe on
In this tutorial I will show you how to display and sum up the total values of the records in the DataGridView. The records that are displayed are items that has its price, then, the total value will be displayed in the last row of the DataGridView .