write a c program to find square of even number
Answers
Answered by
0
is in excel the number put in box in the form of table and sellect both pull downward...
mark me as brainlist....
mark me as brainlist....
Answered by
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();
}
#include
#include
void main()
{
clrscr();
int a;
cout<<“Enter An Even Number:”;
cin>>a;
a=a*a;
cout<<“Square:”<getch();
}
Similar questions