1) Write a program to solve the following expression: (a/b) + (c/d) The values of a, b, c and d are taken as input from the user. Use typecasting to perform real division.