In my class the first If Else statement is being skipped

后端 未结 0 1724
你的背包
你的背包 2020-11-30 10:54

string DayOfTheWeek::addDays(string&) {

int num = 0;
int diff = 0;
if ((getDay() == "monday") || (getDay() == "Monday") || (getDay() =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题