C# Homework - Need Help
I am currently taking up C# programming on our school..
Our instructor gave us a homework to work with..
The problem are:
1.) To get the exponential product of the two input integer values using any loops (for loop, while or do while).
Ex:
Input integer value: 2
Input Exponent: 3
Output >>> 8
2.) To get the square root of the input value using any loops (for loop, while or do while)..
Ex:
Input Value: 25
Square root : 5
I need it ASAP..
Thank you guys!
The Future of The Web