質問編集履歴

4

ご指摘ありがとうございます。

2019/05/24 13:17

投稿

jahaa
jahaa

スコア12

test CHANGED
File without changes
test CHANGED
@@ -43,3 +43,21 @@
43
43
  }
44
44
 
45
45
  ```
46
+
47
+ 追記:ご指摘いただいた皆様ありがとうございます。
48
+
49
+ The objective of the department is to perform basic scientific
50
+
51
+ research and education in the field of Information Science and
52
+
53
+ Engineering, whose importance as a research field is continuously
54
+
55
+ increasing in recent days. In particular, applying of mathematical
56
+
57
+ methodologies towards information processing and their systems, as
58
+
59
+ well as exploring basic mathematical disciplines in computer science,
60
+
61
+ are strongly deemed as immediate research needs.
62
+
63
+ このような英文の単語の種類を知りたいです。現在の状況では、重複した単語を削除できずにいます。

3

2019/05/24 13:17

投稿

jahaa
jahaa

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ```
5
+ ```java
6
6
 
7
7
 
8
8
 

2

markdownを使用しました

2019/05/24 07:48

投稿

jahaa
jahaa

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- ```java
5
+ ```
6
6
 
7
- コード
8
7
 
8
+
9
- ```import java.io.BufferedReader;
9
+ import java.io.BufferedReader;
10
10
 
11
11
  import java.io.FileReader;
12
12
 
@@ -41,3 +41,5 @@
41
41
  }
42
42
 
43
43
  }
44
+
45
+ ```

1

ご指摘ありがとうございました。

2019/05/24 07:42

投稿

jahaa
jahaa

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,12 @@
1
- 与えられたファイル中の単語で、toLowerCaseで大文字小文字の区別をなくし、重複している単語を除いて単語の種類がいくつあるかを表示するプログラムを教えていただきたいです。よろしくお願いします。
1
+ 与えられたファイル中の必ず単語で区切ってある単語で、toLowerCaseで大文字小文字の区別をなくし、重複している単語を除いて単語の種類がいくつあるかを表示するプログラムを教えていただきたいです。よろしくお願いします。
2
2
 
3
3
 
4
4
 
5
+ ```java
6
+
7
+ コード
8
+
5
- import java.io.BufferedReader;
9
+ ```import java.io.BufferedReader;
6
10
 
7
11
  import java.io.FileReader;
8
12