Sale!

COMP1200c – Assign 01 solution

$24.99 $14.99

Original Work ?

Download Details:

  • Name: assign01.zip
  • Type: zip
  • Size: 101.76 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (2 votes)

Submit assign01a.c and assign01b.c via Canvas
PART A.
The following steps will guide you in entering the commands necessary to complete this assignment. These basic steps will be used in all future assignments. This assignment exposes you to several C statements that you will learn about in this course. For now, type as given. Try reading the programs to see if you can understand what they are doing.
0. Read Chapter 2 in the text. See the files in Resources on Canvas.
1. Start jGrasp.
2. We now want to create a new file and add the program below.
1.) Select File from Main Menu, opens File Menu 2.) Select New from the File Menu 3.) A popup menu will open with several language choices, select C File 4.) We want to give the file a name: i.) Select File from Main Menu ii.) Select Save As from the File Menu, a Save As window will open iii.) If in a lab, select the H: drive or your USB. Create a COMP1200 folder to help you organize your files. iv.) In the Filename text box, enter assign01a.c, then select Save Now you can begin typing in the program.
Where there are CAPS type the requested information. Enter the rest of the program below exactly as is, observing the column restrictions and including the comment and blank lines. The program prints a two line message welcoming you to COMP-1200. /* TYPE YOUR NAME HERE assign01a.c COMP-1200 – TYPE CURRENT THE SEMESTER AND YEAR HERE This a simple program which prints a message to welcome you to COMP-1200. */ #include