(Electrical Eng.) A small factory generates its own power with a 20-kilowatt generator and a 50-kilowatt generator. The plant manager indicates which generator is required by typing a character code. Write a C++ program that accepts this code as input. If code s is typed, a message directing the plant foreman to use the smaller generator should be displayed; otherwise, a message directing the use of the larger generator should be displayed.