CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

functions

PowerShell – Functions

Functions are code blocks holds the sequence of statements and can be called using their names whenever / wherever required. The list of statements inside the function are grouped with in the curly braces (“{ }”). Defining and using the Functions in PowerShell are easy and will discuss how to do this in this Article. […]

Python – Classes and Functions

Python is an Object Oriented language. That means, everything is an Object in Python. Python supports Classes and Functions. In this Article, I am going to explain, how to define & use Functions and Classes in Python. Before I start with Classes, first will discuss with Functions. Functions Functions are the code blocks and defined […]

Usage of COUNTIF function in Excel

COUNTIF function in Microsoft Excel is useful to find the count of a number of cells that meet the given criteria. Below is the syntax of this function: COUNTIF(range, criteria) Here the range is any valid cell range. criteria are either number, text, expression, any valid cell reference, or any valid formula. It allows using […]

Scroll to top
Exit mobile version