Computer Science, asked by Njithisha4661, 1 year ago

What is the use of the PRINT statement using TAB funtion

Answers

Answered by Ayushpatel237
0

the tab function, denoted by a forward slash and a 't'.it is used to uniformly seperate two words in an output.

For example when you need to write a multiplication table, you can't use space between two different numbers. Also paper may ask you output in this format....

Price discount final price

1500 10% 1350

Here if you use tab, the numbers will be exactly below the words.. Irrespective of there lengh.

Similar questions