BASIC PROGRAMMING

Computer-Studies

BASIC PROGRAMMING II

BASIC PROGRAMS FIND SUQARE ROOT OF NUMBERS 10 REM FIND SUQARE ROOT OF NUMBERS 20 INPUT “ENTER FIRST NUMBER OF RANGE”; A 30 INPUT “ENTER LAST NUMBER OF RANGE”; B 40 FOR I = A TO B 50 PRINT “THE SUARE ROOT OF “; A; “IS “;SQR(A) 60 NEXT A 70 END   FIND SQUARE […]

BASIC PROGRAMMING II Read More »

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 »

Get Fully Funded Scholarships

Free Visa, Free Scholarship Abroad

           Click Here to Apply

Acadlly