Aim To write a program for demonstrating data types, variables, operators, arrays, and control structures in Java. Theory Data Types A data type specifies the type of value a variable can store or the type of an expression. Java is a strongly typed language means that you should specify the type of a variable […]