Good

Syntax

Introduction: Welcome to `Basic Syntax` for Java beginners. This tutorial will teach you the correct format your code should be in as well as what some syntax related errors mean and how they may occur. What is Syntax: Syntax is the arrangement or format of your code. The way your code is laid out will not generally affect the performance of your program.