/Buoyant-Force-and-object-float-calc

Compute the buoyant force for a sphere based on radius and weight. It will return whether the object will float, water weight constant 62.4 lb/cubic-foot and radii can be in units of inches or feet.

Primary LanguageC++

Buoyant-Force-and-object-float-calc

Compute the buoyant force for a sphere based on radius(in/ft) and weight(lbs). It will return whether the object will float, water weight constant 62.4 lb/cubic-foot and radii can be in units of inches or feet.

This was made using microsoft visual studio on windows, system("pause") may be removed for GNU or other IDE.