Borrar filtros
Borrar filtros

Script that returns the square of a prompted number

2 visualizaciones (últimos 30 días)
Itzel
Itzel el 4 de Oct. de 2023
Comentada: James Tursa el 4 de Oct. de 2023
Write a script that will prompt the user for a number, and will print the square of the user’s number in the following format:
Enter a number: 11.1
Your number squared is 123.21
I know how to write the part of the script that prompts the user for a number, but I was wondering how to get it to print the square of whatever number the user gives. I am not looking for the entire code, I would just like an explanation on how to get it to print the square of the number one gives.
  1 comentario
James Tursa
James Tursa el 4 de Oct. de 2023
If x is a scalar variable, x^2 is the square of that variable.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Oct. de 2023
Movida: Adam Danz el 4 de Oct. de 2023

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by