0
Want c# console program for power ranger, kindly help
Given 3 input n,min,max find the number of values raised to n power that lie in the range minimum and maximum,in which range should be inclusive and a<b will always be true ex. 2,49,65 then o/p 2 , 2 square (n^2)lies between 48 and 65
1 Odpowiedź
0
Find squire root of 48 then in loop find how many n^2 lies in between..