Page 1 of 1

Jump to level 1 If integer sideCount is 5 output "Pentagon .8 output "Octagon 3. output "Triangle Otherwise, output "Ano

Posted: Fri Jul 08, 2022 6:16 am
by answerhappygod
Jump To Level 1 If Integer Sidecount Is 5 Output Pentagon 8 Output Octagon 3 Output Triangle Otherwise Output Ano 1
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 37 times
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-