Write a program that takes a 5 digit number and calculates 2
power that number and prints it.
Answer Posted / srikanth u
data num;
digit=today();
power=digit*digit;
run;
proc print data=num;
run;
I hope it will be the answer, if its wrong, please let me know the correct way.
Thank you.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the two forms of #include directive?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Does free set pointer to null?
Is linux written in c?
Explain how do you print an address?
Is c high or low level?
How do you define structure?
How can I change the size of the dynamically allocated array?
What is a program flowchart and explain how does it help in writing a program?
hi, which software companys will take,if d candidate's % is jst 55%?
Why structure is used in c?
What is extern storage class in c?
How can type-insensitive macros be created?
What is the use of in c?
What are the restrictions of a modulus operator?