How to Make Basic Java programs: Java is one of the best programming language to make GUI and many other departmental software for making computer handling software . Through java programming you can make games , calculators , ticket Machine and related software because it deals with some wide range of built in functions which every programming language do exist.. Here below is the Code through which you can easily make some basic four programs : Even or Odd : import java.util.Scanner; public class EvenorOdd { public static void main(String Args[]) { int x; System.out.println( "Enter the number" ); Scanner input = new Scanner(System.in); x=input.nextInt(); if (x % 2 ==0) System.out.println( "The number is even" ); else System.out.println( "The number is odd" ); } } Radius :
Subsunlo-17 is the digital platform to uplift the voices and talent either from entrepreneurship,arts,education and social change.