Write a program to Area of Rectangle in C
#include <stdio.h> int main() { int a,b,area; printf("Enter side lenth a"); scanf("%d",&a); print...
Read more »#include <stdio.h> int main() { int a,b,area; printf("Enter side lenth a"); scanf("%d",&a); print...
Read more »Printing Workbooks select the cells you want to print and then set that area as the print area Steps to set a print area: Select the cells...