write a C program to find volume of a a cube. good evening guys
Answers
Answered by
1
Answer:
C Program
#include <stdio.h>
int main()
{
int a=4;
int volume=a*a*a;
printf("Volume of the cube=%d",volume);
Explanation:
please mark my answer as branalist
Answered by
1
Answer:
I want to talk with you yrr please
Similar questions