Factorial System

How to Create a Factorial Calculator in Visual Basic 2010

This code serves as a guide for factorial calculator. Feature - it automatically calculates the input number on the box. This is a sample code per txt_box. Label3.Text = "9" Dim a As Decimal, b As Decimal a = Label3.Text b = (9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1) Label4.Text = b Hope you learn basic coding guys .... if you have questions contact me: Support Developer by donation