Answer:
no output, it does not print any thing
Explanation:
if-else statement is used to execute the statement after checking the condition if the condition is true, it allows the program to execute the statement otherwise not.
in the code, define the variable with values x = 9, y = 8 and z = 7.
Then, if the statement checks the condition 9 > 9, the condition is false.
So, the program terminates the if statement and executes the next statement but there is no next statement.
the other if-else statement is within the if condition which already terminates.
Therefore, there is no output.
OK you don't be sad it is always free
Answer:
A website provides the visual and test content for users and a page in the web can only be read and content can be annulated and even may be outdated.
A web application is a software that is made to run on the web. It is within the reach of the users. It can be only viewed only in the web browser.
Hence the option A is correct.
Explanation: