Program to convert perimeter

2 次查看(过去 30 天)
Filiz Demian
Filiz Demian 2020-11-8
评论: Rik 2020-11-9
Write a Matlab script to:
  1. Ask the user their name.
  2. Display to the screen statement that the program will calculate perimeter of a regular polygon.
  3. Find out what type of polygon they’d like to calculate (triangle, square, pentagon, hexagon, heptagon, octagon).
  4. Enter the length of one side of their polygon.
  5. Calculate the perimeter.
  6. Display the perimeter to the screen (as more than a numeric value).
  7. Have user decide whether or not to perform another calculation.
  8. Add some command after the loops and/or conditionals to indicate you have reached the end of your program.
Do your best to incorporate a for loop, while loop, and conditional statements into your code.
Use your coding personality to incorporate the user’s name into some of your statements. Also, do not forget your header.
  3 个评论
Filiz Demian
Filiz Demian 2020-11-8
How do I make it to calculate the perimeter? What code words do I use? I know how to ask for the shape and length. But I don't know how to make it calculate the perimeter. Please help.
Rik
Rik 2020-11-9
Since you only have specific shapes, you should look up the formulae for the perimeter of each shape (or think yourself how you would find the perimeter of a triangle and a square). You might want to use switch-case to select the correct formula from your code.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by