Ask Question
19 May, 23:09

Creat a new variable brain and assign the string "hello life"

+1
Answers (1)
  1. 20 May, 02:18
    0
    Assuming it is java btw:

    public class Answer

    {

    public static void main (String[] args)

    {

    String brain = "hello life"

    }

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Creat a new variable brain and assign the string "hello life" ...” 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