PLEASE HELP ME!!! CODE THIS IN C PLEASE

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

PLEASE HELP ME!!! CODE THIS IN C PLEASE

Post by answerhappygod »

PLEASE HELP ME!!!
CODE THIS IN C PLEASE
Please Help Me Code This In C Please 1
Please Help Me Code This In C Please 1 (22.65 KiB) Viewed 27 times
Write a program in C that uses a function called printStars(n) where n is an ineteger provided by the user in the main() and it denotes the number of rows. PrintStars(n) then prints 2" asterisks until the n-th row if n is odd and prints 2n asterisks until the n-th row if n is even. Sample runs: Enter n: 5 Output: * * * * * * * * * Enter n: 4 * Output: * * * * *
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply