Computer-Studies

BASIC PROGRAMMING

BASIC has a number of built in functions that greatly extend its capability. These functions perform such varied task as taking the square root of a number, counting the number of characters in a string, and capitalizing letters. Functions associate with one or more values, called input, a single value called output.   NUMERIC FUNCTIONS: […]

BASIC PROGRAMMING Read More »