Ask Question

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

+5
Answers (1)
  1. 8 July, 11:59
    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?
Find an answer to your question 👍 “Creat a new variable brain and assign the string "hello life" ...” 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