Question: Topics To declare and use variables . Arithmetic Expressions . Using the Scanner class to get the input from the user . Use selection statements
Topics To declare and use variables . Arithmetic Expressions . Using the Scanner class to get the input from the user . Use selection statements to find a maximum value Coding Guidelines: . Give identifiers semantic meaning and make them easy to read (examples numStudents, grossPay, etc). . Keep identifiers to a reasonably short length. . User upper case for constants. Use title case (first letter is upper case) for classes. Use lower case with uppercase word separators for all other identifiers (variables, methods, objects). . Use tabs or spaces to indent code within blocks (code surrounded by braces). This includes classes, methods, and code associated with ifs, switches and loops. Be cousistent with the mumber of spaces or tabs that you use to indent. . Use white space to make your program more readable. Important Note All submitted assignments must begin with the descriptive comment block. To avoid losing trivial points, make sure this comment header is included in every assignment you subamit, and that it is updlated accordin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
