see

A

volume of a box c c plus plus program

 volume of a box c plus plus program

 volume of a box c plus plus program

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int l=20;
int b=10;
int h=50;
int v;
v=l*b*h;
printf("%d",v);
getch();
}


Copyright © 2013. BloggerSpice.com - All Rights Reserved
Customized by: MohammadFazle Rabbi | Powered by: BS
Designed by: Tilabs