What will be the value of str after executing the following code snippet? String str = "Number "; str = str + (int)Math.sqrt(64);