Submission of Level 1 Practices
Use the following Programming Concepts to Practice problems and submit. Please insert the code block in the google doc to submit the practices.
- Java Comments
- Java Basic Data Types
- Java Variables
- Arithmetic Operators
- Operator Precedence
- Type Conversion
- Taking User Input in Programs
Best Programming Practice
- All values as variables including Fixed, User Inputs, and Results
- Avoid Hard Coding of variables wherever possible
- Proper Program Name and Class Name
- Follow proper indentation
- Proper naming conventions for all variables String name = "Eric"; double height = input.nextDouble(); double totalDistance = distanceFromToVia + distanceViaToFinalCity;
Level 1 - Solve the Minimum 3-4 Problem Statements Level 2 - Solve the Minimum 2-3 Problem Statements Level 3 - Solve the Minimum 1-2 Problem Statements