Ask Question
9 June, 09:41

How to write an shortened if statement?

+4
Answers (1)
  1. 9 June, 10:04
    0
    I specialize in computer programming languages like C# and Java, I don't know about the language you're using.

    if (conditions) execute

    Example (Java):

    if (x = 1) System. out. println ("Hello World!");
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “How to write an shortened if statement? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers