Square root
Log in om je oplossingen te testen.
// Square root program
using System;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static double sqroot(double x)
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
Console.WriteLine($"The square root of {num} is {sqroot(num)}");
}
}
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.