Problem 2149. 2倍してみよう - ここからスタート!

初めにこの問題を試してみよう。

入力としてxを与え、それを2倍して結果をyに代入せよ。

Examples:

 Input  x = 2
 Output y is 4
 Input  x = 17
 Output y is 34

下にある"Solve This Now!" ボタンを押してスタート!

Solution Stats

91.71% Correct | 8.29% Incorrect
Last Solution submitted on Mar 23, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers529

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!