Computer Science, asked by deepikasatishshah, 23 days ago

The RIGHT function displays the number of
characters specified in the number argument
from the rightmost character.
True
False​

Answers

Answered by joshitha04
0

Answer:

TRUE

EXAMPLE: RIGHT ('WELCOME',4)

THEN 4 CHARACTERS FROM THE RIGHT WILL BE DISPLAYED

OUTPUT:

COME

Similar questions