Which two initialization statements are valid? (Choose two.)
Boolean available = “TRUE”:
String tmpAuthor = author, author =”Mc Donald”;
Double price = 200D;
Integer pages = 20;
Submit