Problem 45563. Times 10

Try out this test problem first.

Given the variable x as your input, multiply it by ten and put the result in y.

Examples:

 Input  x = 1
 Output y is 10
 Input  x = 2
 Output y is 20

Solution Stats

96.49% Correct | 3.51% Incorrect
Last Solution submitted on Apr 23, 2024

Solution Comments

Show comments

Problem Recent Solvers107

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!