Write a program that takes a 5 digit number and calculates 2
power that number and prints it.
Answer / 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 |
Where static variables are stored in memory in c?
write a programe to find the factorial of given number using recursion
what value is returned to operating system after program execution?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How to define structures? ·
Which driver is a pure java driver
what does ‘#include’ mean?
what is meant by c
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
wap in c to accept n number display the highest and lowest value
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is restrict keyword in c?