Please find the mistakesI want to write a program with switch statements. It writes area of rectangle when we press 1 and ar...
Please find the mistakes#include<iostream.h> #include<conio.h> class xyz { float l,b,a1,pi,r,a2; public: void switch(); }; v...