Question: 1. Coding Assignment Exercise #1 - Due Tuesday, February 16, 2021 at 11:00pm through Email Submission (1) Write a C program to display the output

1. Coding Assignment Exercise #1 - Due Tuesday, February 16, 2021 at 11:00pm through Email Submission (1) Write a C program to display the output described below. (2) First, the program should display the following information: CIS 6 - Introduction to Programming (Using ) Laney College Your Name Information Assignment: HW #1 Exercise #1 Implemented by: Submitted Date: 2021/02/16 Current Number of LEB available: ? Allowed Number of LEB Used: ? Remaining Number of LEB: You need to replace "Your Name" with your real name and "Due Date" with the specified due date and format. Your Name ? (3) Then, the program will continue to display the two initials of your first name and last name, The program will also print the total numbers of each of the two initials (characters), The formats for the initials are specified as follows, The initial of your first name must be eleven (11) columns for the width and nine (9) rows for the height The initial of your last name must be eleven (II) columns for the width and nine (9) rows for the height There is at least one blank column between the two initials. Let us assume that a person has the name of New Year". A partial output may be as follows, Y Y Y Y Y Y NN N N N N N N N N N N N N N N NN N NN Y Y Y Y Y Y There are 27 N's, and 14 Y'S. There are 41 characters in total. Save your program with cis6Spring2021 YourNameiwi.c as its filename. A complete run of the program would then produce the output below. CIS 6 - Introduction to Programming (Using C) Laney College Your Name Information -- Assignment: HW #1 Exercise #1 Implemented by: Your Name Submitted Date: 2021/02/16 Current Number of LEB available: ? Allowed Number of LEB Used: Remaining Number of LEB: ? NN NY NN N Y N Y N N N Y Y N N N YY N NN Y N N NN Y N NN There are 27 N's, and 14 Y's. There are 41 characters in total. (4) All indentations and blank lines must be EXACTLY the same as shown above. (5) Again, save the program as cis6Spring2021 YourNameHw1.c. (6) The above output should be copied and added to the end of the code as PROGRAM_OUTPUT comment block (7) Finally, insert a Logic_code_Output_Issues comment block at the end (after the PROGRAM_OUTPUT comment block)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
