Computer Science, asked by srtn1, 1 year ago

write a c program to find square of even number

Answers

Answered by Anonymous
0
is in excel the number put in box in the form of table and sellect both pull downward...

mark me as brainlist....
Answered by Kaushik1007
0
This Is For C++

#include
#include
void main()
{
clrscr();
int a;
cout<<“Enter An Even Number:”;
cin>>a;
a=a*a;
cout<<“Square:”<getch();
}
Similar questions