Answer the question
In order to leave comments, you need to log in
How to remove character from input string in visual studio?
using System;
namespace F58
{
class MainClass
{
public static void Main(string[] args)
{
int f = Convert.ToInt32(Console.ReadLine());
int sqr = (int)Math.Sqrt(f);
Console.WriteLine(sqr);
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question