#include <stdio.h>int main() { int a,b,area; printf("Enter side lenth a"); scanf("%d",&a);printf("Enter side lenth b"); scanf("%d",&b); area = a*b; printf("area of rect is:%d",area); return 0;}*******************************Output*****************************************Enter side lenth a5Enter side lenth b10area of rect is:50=== Code Execution...
Thursday, 7 November 2024
Data Science using Spreadsheet Software Assignment 3
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...