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 does c mean in standard form?
What is n in c?
Why c is known as a mother language?
How do you construct an increment statement or decrement statement in C?
What are 'near' and 'far' pointers?
What is the difference between strcpy() and memcpy() function in c programming?
Differentiate between new and malloc(), delete and free() ?
How to get string length of given string in c?
What are the disadvantages of external storage class?
What are the basic data types associated with c?
What are disadvantages of C language.
What is modifier & how many types of modifiers available in c?
What does typeof return in c?
What is selection sort in c?
Explain the difference between structs and unions in c?