Ask Question
11 August, 08:05

How to write an shortened if statement?

+3
Answers (1)
  1. 11 August, 09:14
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers