gpt4 book ai didi

c++ - 无法弄清楚如何将 "JOHN"更改为 "John"

转载 作者:搜寻专家 更新时间:2023-10-31 01:58:23 25 4
gpt4 key购买 nike

这需要是一个 C++ 程序:

Write a complete C program to enter a first name, middle name and last name in separate variables. The user is to enter the names in all capital letters. You are to write a function to convert the names to uppercase first letter, rest of the letters lower case. Combine the names into one string and output the string (make sure you have a space between each name). Count the number of characters (including spaces) in the total name and output that.

我不太熟悉字符串,可以使用一些关于从哪里开始的指导。

最佳答案

在 C++ 中你需要 std::stringstd::tolower , std::toupper .

在 C 中,这将依赖于 string manipulation in the CRT (C 运行时库)。

由于这是家庭作业,如果您再次遇到问题,这应该会让您继续前进。

关于c++ - 无法弄清楚如何将 "JOHN"更改为 "John",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4139370/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com