Declare Integer Variable In Powershell

• Integer: It is of the type ‘whole number’. Any decimal value is rounded off. • Floating Point: The value is of decimal type. • String: As the name suggests, it is used for storing letters and characters. • Boolean: This value can be either True or False. If it is existing, then it is True otherwise it’ll be False. ................
................