- Jump To Level 1 If Integer Sidecount Is 5 Output Pentagon 8 Output Octagon 3 Output Triangle Otherwise Output Ano 1 (20.88 KiB) Viewed 35 times
Jump to level 1 If integer sideCount is 5 output "Pentagon .8 output "Octagon 3. output "Triangle Otherwise, output "Ano
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Jump to level 1 If integer sideCount is 5 output "Pentagon .8 output "Octagon 3. output "Triangle Otherwise, output "Ano
Jump to level 1 If integer sideCount is 5 output "Pentagon .8 output "Octagon 3. output "Triangle Otherwise, output "Another number of sides" End with a newline Ex If the input is 5, then the output is: Pentagon 1 #include <iostream 2 using namespace std; 3 4 int main() { 5 int sideCount; 6 7 8 14 9 10 113 Check cinsideCount; return 0; Next level 2 « Ⓒalyou huang-