boolean

  1. Wineitot

    Resolved Convert true/false bool to letters/text output

    Hi, I have in static void Main(string[] args) petObj.start(); And in the Pet class I have: class Pet public void Start() { ReadAndSavePetData(); DisplayPetInfo(); } Then I have: public void ReadAndSavePetData () { char response = strGender[0]; if ((response == 'y') || (response == 'Y')...
Back
Top Bottom