多选题

下列程序的运行结果是vTxghqw,请为横线处选择合适的程序() #inc...

发布于 2022-03-03 16:12:11

下列程序的运行结果是vTxghqw,请为横线处选择合适的程序()
#include<iostream>
#include<string>
using namespace std
class T
{
        string s
public:
         T(string n):s(n){}
        void show(){cout<<s<<endl}
        void count()
         {
           int i=0
          for(i<                i++)
             if(s[i]>='a'&&s[i]<='z')
                s[i]+=3
           }
}
int main()
{
  T o1("sTudent")
  o1.count()
  o1.show()
//system("PAUSE")
return 0
}


登录后免费查看答案
关注者
0
被浏览
13
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看