Computer Science
Write a short program to check whether square root of a number is prime or not.
Related Questions
Write a program to input length of three sides of a triangle. Then check if these sides will form a triangle or not.
(Rule is: a+b>c;b+c>a;c+a>b)Write a short program to input a digit and print it in words.
Write a short program to print first n odd numbers in descending order.
Write a short program to print the following series :
(i) 1 4 7 10 ………. 40.
(ii) 1 -4 7 -10 ………. -40