これは私がこれまで持っていたものです。私はこの機能を実装する方法を理解しようとしています。 char toupper(char s[])
{
s[50] = "hello";
int i = 0;
int len;
len = strlen(s);
while(i < len) //converting to upper until the l
私は宿題に困っています。私は基本的なロジックがダウンしているが、私は台無しだ。目的は、ユーザーが入力した買い物リストから領収書を作成することです。例えば、ユーザが入力する: Apples
OraNgeS // also it's not case sensitive
Oranges
Bananas
!checkout //this is to indicate the list i