Effacer les filtres
Effacer les filtres

Program to convert perimeter

2 vues (au cours des 30 derniers jours)
Filiz Demian
Filiz Demian le 8 Nov 2020
Commenté : Rik le 9 Nov 2020
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 commentaires
Filiz Demian
Filiz Demian le 8 Nov 2020
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 le 9 Nov 2020
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Computational Geometry dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by