Write an application that will enable you to display an aquarium's pH level. The pH is a measure of the water's alkalinity and is typically given on a 0-14 scale. For most freshwater fish tanks, 7 is neutral. Tanks with a pH lower than 7 are considered acidic. Tanks with a pH higher than 7 are considered alkaline. Allow the user to input the pH level number. Display a message indicating the health (i.e. acidic, neutral, or alkaline) of the aquarium.
Loading

Mikee GutierrezPosted Jul 21, 2015, 6:51 PM
Inathi GqolaPosted Jul 16, 2015, 10:04 AM
Happy Programming,
Mikee GutierrezPosted Jul 14, 2015, 1:28 PM
Mikee GutierrezPosted Jul 14, 2015, 1:24 PM
Mikee GutierrezPosted Jul 14, 2015, 1:15 PM
Inathi GqolaPosted Jul 14, 2015, 6:10 AM
Mikee GutierrezPosted Jul 13, 2015, 12:59 PM
Inathi GqolaPosted Jul 13, 2015, 10:33 AM
using System;
class Program
{
static void Main()
{
//get the value from the user here.. (Console.WriteLine())
//read the value from the user here.. (Console.ReadLine())
}
}