Program to convert perimeter

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 件のコメント

Rik
Rik 2020 年 11 月 8 日
This is the question from your teacher. What is your question?
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 件)

カテゴリ

ヘルプ センター および File ExchangePolygonal Shapes についてさらに検索

質問済み:

2020 年 11 月 8 日

コメント済み:

Rik
2020 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by