質問編集履歴

5

2021/05/17 11:13

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 小文字のアルファベットの文字列(79字以内)を入力すると、先頭の文字だけ大文字に変換されて出力されるプログラムを作りたいのですがわからないです。
5
+ 小文字のアルファベットの文字列(79字以内)を入力すると、先頭の文字だけ大文字に変換されて出力されるプログラムを作りたいのですがわからないです。 
6
6
 
7
7
 
8
8
 

4

2021/05/17 11:13

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
File without changes

3

2021/05/16 22:14

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,19 @@
7
7
 
8
8
 
9
9
  データソースを教えてもらえたら嬉しいです
10
+
11
+
12
+
13
+ #include<stdio.h>
14
+
15
+
16
+
17
+ int main(void)
18
+
19
+
20
+
21
+    char s[80]
22
+
23
+
24
+
25
+ のところまでは出来てると思いますが、その続きがわからないです

2

2021/05/16 15:37

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
File without changes

1

2021/05/16 14:51

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,7 @@
3
3
 
4
4
 
5
5
  小文字のアルファベットの文字列(79字以内)を入力すると、先頭の文字だけ大文字に変換されて出力されるプログラムを作りたいのですがわからないです。
6
+
7
+
8
+
9
+ データソースを教えてもらえたら嬉しいです