#include<stdio.h> void main() { int num; printf("Enter a number="); scanf("%d",&num); if(num%2==0) printf("\n The number is even"); else printf("\n The number is odd"); } …
-If the driver is married. -If the driver is unmarried, male & above 30 years of age. -If the driver is unmarried, female & above 25 years of age. In all other cases, the diver is not insured. If the marital status, gend…