0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

引数、関数、戻り値について

Posted at

#引数
プログラムや関数に渡す値

#関数
何かを入れると何かを計算して何かを返してくれるプログラムの部品
入力を受けて処理を行い出力する

#戻り値
関数によって出力された値

#実例
日本語から英語に翻訳する関数

   引数       関数 
   りんごーーー→ 翻訳機
   apple←ーーーー
   戻り値

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?