Answer:
num
Explanation:
In java reserved words are also known as keywords, keywords are reserve words for a language that can't be used as an identifier(name of a class, name of a variable, name of an array etc.) int, public static, are reserve words.
In given question num is not a reserved word.
Answer:
Isnt there another thing that is supposed to be there like some website
Explanation:
They are not considered the same when programming web pages on the Internet, because it depends on what opereting system you're using to create web-site. Every OS use different <span>character encoding capable. You can avoid that by entering utf-8 (or smth like that) in your html file.</span>
Answer:
In cell A3 we type
=Right(A2,5)
Explanation:
The Right function in the Microsoft excel is placing the character or the string into the right position .Following are the syntax to using the right function in the excel sheet
=Right(cell name,num _of_character )
- cell name-In this we have to specify the cell name
- num_of_character -In this we have to specify the number of character we want the right of the cell name .
From the given question We have putting the string in the cell A2 and we have used the function in the cell A3 i.e
=Right(A2,5)