02 Jun CMIS 102 Week 1 Hands-On Lab NEW
This hands-on lab demonstrate a simple sequential print statements using an online C compiler such as ideone.com. You should follow the instructions to complete the lab as well as perform the learning exercises at the end of this lab.
Instructions
1. Open up any online C compiler (e.g ideone.com).
2. Be sure the C Language is selected.
3. Enter the code below into the editor. (Note: LEO doesn’t let you just copy and paste from this document so you can either download the document and then copy and paste or just go to the Code for HelloWorld link for this week and copy and paste from there.)
4. Click the submit, or run button.
5. Try the additional learning exercises on the next page. Here is what Hello, World! Looks like using ideone.com after it has successfully run
Hello, World C code
1
2
3
4
5
6 #include <stdio.h>
int main(void) {
printf(“Hello, World!”);
return 0;
}
Learning Exercises for you to complete
1. Remove the semi-colon (;) at the end of this statement:
1 printf(“Hello, World!”);
2. Describe what happens. Why is the semi-colon needed?
3. What happens if you add another printf statement such as:
1 printf(“Goodbye”); after the printf(“Hello, World!”); line?
4. Describe the new output. Be sure to support your description with screen captures of executing the new code.
5. Experiment by adding additional printf statements to your code such as:
1
2 printf(“Goodbye \n”);
printf(“Hello, again! \n”);
6. What does the “\n” do to the output?
CMIS 102 Week 1 Hands-On Lab
This hands-on lab demonstrate a simple sequential print statements using an online C compiler such as ideone.com. You should follow the instructions to complete the lab as well as perform the learning exercises at the end of this lab.
Instructions
1. Open up any online C compiler (e.g ideone.com).
2. Be sure the C Language is selected.
3. Enter the code below into the editor. (Note: LEO doesn’t let you just copy and paste from this document so you can either download the document and then copy and paste or just go to the Code for HelloWorld link for this week and copy and paste from there.)
4. Click the submit, or run button.
5. Try the additional learning exercises on the next page. Here is what Hello, World! Looks like using ideone.com after it has successfully run
Hello, World C code
1
2
3
4
5
6 #include <stdio.h>
int main(void) {
printf(“Hello, World!”);
return 0;
}
Learning Exercises for you to complete
1. Remove the semi-colon (;) at the end of this statement:
1 printf(“Hello, World!”);
2. Describe what happens. Why is the semi-colon needed?
3. What happens if you add another printf statement such as:
1 printf(“Goodbye”); after the printf(“Hello, World!”); line?
4. Describe the new output. Be sure to support your description with screen captures of executing the new code.
5. Experiment by adding additional printf statements to your code such as:
1
2 printf(“Goodbye \n”);
printf(“Hello, again! \n”);
6. What does the “\n” do to the output?
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
About Writedemy
We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.
How It Works
To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Are there Discounts?
All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
