Ask Question
14 November, 01:21

How to write an shortened if statement?

+2
Answers (1)
  1. 14 November, 01:51
    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?
Find an answer to your question 👍 “How to write an shortened if statement? ...” 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