n questions 11-15 I will show you a value. You must declare a variable to have t
ID: 3580468 • Letter: N
Question
n questions 11-15 I will show you a value. You must declare a variable to have the proper type and then store that value into the variable. For example, if I give you the value: 15, then you would write the following:
int num; num = 15;
Flag this Question Question 11 2 pts Value: -578 HTML Editor Keyboard Shortcuts Font Sizes Paragraph p
Flag this Question Question 12 2 pts Value: “My dog has fleas!” HTML Editor Keyboard Shortcuts Font Sizes Paragraph p
Flag this Question Question 13 2 pts Value: ‘@’ HTML Editor Keyboard Shortcuts Font Sizes Paragraph p
Flag this Question Question 14 2 pts Value: 8703542396.987653456 HTML Editor Keyboard Shortcuts Font Sizes Paragraph p
Flag this Question Question 15 2 pts Value: new Keyboard( ) HTML Editor Keyboard Shortcuts
Explanation / Answer
11. int num; num = -578;
12. String value; value = "My dog has fleas!";
13. char val; val = '@';
14. double result; result = 8703542396.987653456;
15. Keyboard keyboard; keyboard = new Keyboard();
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.