+ 1
Write a program to calculate the nearest integer number of the square root value of a number.
User will give the number as input. Your program will find the square root value of that number and print the nearest integer of that value.
1 Resposta
User will give the number as input. Your program will find the square root value of that number and print the nearest integer of that value.