Clear Filters
Clear Filters

Script that returns the square of a prompted number

2 views (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 4 Oct 2023
Moved: Adam Danz on 4 Oct 2023

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!