Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

10 points Sa QUESTION 1 I would like to have some information printed out. What

ID: 3910348 • Letter: 1

Question

10 points Sa QUESTION 1 I would like to have some information printed out. What is the full print statement to do this if I DO want to format my data, and DO want a new line printed out after the statement The statement I would like to have printed: Hello, today is and the temperature is: Here are the requirements: DATE is stored in a string called date, CURRENT TEMP is stored in a double called current Temp DEGREE SYMBOL is stored in a char called degreeSymbol I want the temperature printed to only two decimal points . Note that at the end there is a capital F, that needs to be printed that is the F for fahrenheit This is a once statement answer, assume all variables are declared and have valid values, I am just asking you to write me the print statement QUESTION 2 5 points (Extra Credit) save Ans cl Sve adbit toer and ubi atSer to e al auiera Save All Answers Save and Submi

Explanation / Answer

System.out.print("Hello, today is" +date+ " and the temperature is: "+ round(currentTemp,2) + degreeSymbol" F");