Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C-program that asks the user for an integer n, where 3 < n < 20. If n is an odd number, output an

Write a C-program that asks the user for an integer n, where 3 < n < 20. If n is an odd number, output an X with n asterisks as its cross members. If n is an even number, output an equilateral triangle with n asterisks as sides. Be sure to neatly format your output. Use looping structures to produce the X and triangle. Your program should not need more than 2 if-statements. An example of the output is as follows: n = 5 n = 6 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logic In Databases International Workshop Lid 96 San Miniato Italy July 1 2 1996 Proceedings Lncs 1154

Authors: Dino Pedreschi ,Carlo Zaniolo

1st Edition

3540618147, 978-3540618140

More Books

Students also viewed these Databases questions

Question

socialist egalitarianism which resulted in wage levelling;

Answered: 1 week ago

Question

soyuznye (all-Union, controlling enterprises directly from Moscow);

Answered: 1 week ago