Ask Question
1 June, 16:56

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

+2
Answers (1)
  1. 1 June, 17:48
    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 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