Embed presentation
Download to read offline



















The document contains multiple code snippets that demonstrate various mathematical functions in BASIC programming language. These functions include ABS, SQR, FIX, and INT. ABS returns the absolute (positive) value of a number. SQR returns the square root of a number. FIX and INT return the integer portion of a number by removing any decimals. The output of each program is provided to illustrate how the different functions work.

















