Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h>int main( ){float a = 12.25, b = 12.52;if (a=b){printf(" a and b are equal \n");}return 0;}
d1 = [10, 20, 30, 40, 50] d2 = [1, 2, 3, 4, 5] print d1 - d1