Page 1 of 1

Please use C++

Posted: Tue Jul 12, 2022 8:06 am
by answerhappygod
Please use C++
Please Use C 1
Please Use C 1 (13.04 KiB) Viewed 43 times
Please Use C 2
Please Use C 2 (6.62 KiB) Viewed 43 times
Take an integer input from the user and print stars like below: Test case 1: n = 3 * ** *** ** Test case 2: n = 5 * ** *** **** ***** **** *** ** *
Test case 3: n = -3 * * * Test case 4: n = -5 * *** **** ***** **** *** 大