Write the difference between Print and comma print with Tab command ?
Answers
Explanation:
Another function that controls horizontal spacing on the line is Spc(n). Like the
Tab function, (Spc) function can be used only with (Print) statements. The (Spc),
however, differs from (Tab) in that (Tab) moves the cursor or print pointer to an
absolute position on the line, whereas (Spc) moves the cursor or print pointer n
spaces to the right of the last item printed. For more understanding lets solve some
examples:
Ex: Design a program to print the numbers which are shown below:
HERE IS YOUR ANSWER FRIEND:
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.Syntax: PRINT (variable);(variable);…
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.Syntax: PRINT (variable);(variable);…Example: LET X$= “MY”
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.Syntax: PRINT (variable);(variable);…Example: LET X$= “MY” LET Y$= “NAME”
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.Syntax: PRINT (variable);(variable);…Example: LET X$= “MY” LET Y$= “NAME” PRINT X$; Y$
PRINT with Semi Colon: It is used to display the values One after another, without any space in between.Syntax: PRINT (variable);(variable);…Example: LET X$= “MY” LET Y$= “NAME” PRINT X$; Y$ END
HOPE IT HELPS YOU FRIEND..♡
PLEASE MARK ME AS BRAINLIST...♡