Posts

Image
Java Programming Beginner To Advanced Skip to main content Search This Blog Java Programming Beginner To Advanced JAVA PROGRAMMING : ICSE ISC CBSE BCA MCA B.TECH BSC.(PBA COACHING INSTITUTE LOCATION-HOWRAH-711302).CONTACT NO-9239412412 Home Basic Programs IF-ELSE LOOP Series Q & A About More… Posts Write a program in java to determine whether the driver is to be insured or not By Programming Beginner To Advanced import java.util.*; class ifelse {     public static void main(String args[])     {     Scanner sc= new Scanner(System.in);     int a;     char s,g;     System.out.println("Enter the age");     a=sc.nextInt();     System.out.println("Enter the married status:");     System.out.p...