Nitrate
Sign in to test your solution.
// Nitrate program
using System;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static double calculate_dose(double nitrate)
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
Console.WriteLine($"For {nitrate} nitrate dose {carbon_dose} ml of carbon.");
}
}
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.