Chapter 2: Problem 3
Write statements to accomplish each of the following tasks: a) Declare variables \(c,\) this IsAVariable, \(q 76354\) and number to be of type int. b) Prompt the user to enter an integer. c) Input an integer and assign the result to int variable value. Assume Scanner variable input can be used to read a value from the keyboard. d) If the variable number is not equal to \(7,\) display "The variable number is not equal to \(7 "\) e) Print "This is a Java program" on one line in the command window. f) Print "This is a Java program" on two lines in the command window. The first line should end with Java. Use method System.out.print1n. g) Print "This is a Java program" on two lines in the command window. The first line should end with Java. Use method System. out.printf and two \(\%\) s format specifiers.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.