Ask Question

If you want to code an if clause, but you don't want to perform any action, you can code Select one:

a. a pass statement

b. an end statement

c. a break statement

d. a skip statement

+1
Answers (1)
  1. 25 May, 02:54
    0
    Option A i. e., a pass statement are the correct option.

    Explanation:

    The following option are correct because a pass statement is used when you want to create any function or any loop or statement but you don't want to write code inside the function or any loop or statement then, you use the "pass" keyword inside that function or any loop or statement as null or nothing happen when the following code is execute.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If you want to code an if clause, but you don't want to perform any action, you can code Select one: a. a pass statement b. an end ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers