Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*** **RMIES Lest Page 2 II. Communication: In this section, you will be writing snippets of programming code. You are NOT to write an
*** **RMIES Lest Page 2 II. Communication: In this section, you will be writing "snippets" of programming code. You are NOT to write an entire program for each question. Write one or more Java programming statements for each of the following: Please put your answers on the answer sheet. (2 points each) For questions 11-13, you (the programmer) should declare and assign the variables the given values; do not use a Scanner for these four questions. 11. Declare an integer variable, and then assign the value 34 to the variable. 12. Declare a decimal point type variable, and assign the value 34.1278 to the variable. 13. Declare and assign McMaster University to a String variable and then "print" the variable (in the output window). For questions 14-15, assume that all imports have already been done, and the Scanner scanN and Scanner scans have already been created. Write the code that will declare an appropriate variable, prompt the user to type in a value, and use scanS or scanN to obtain the value. 14. Write the code that will ask the user to enter their favourite colour using the keyboard, to be stored in a variable. 15. Write the code that will ask the user to enter their favourite whole number (non-decimal), to be stored in a variable.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started