Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Hello! I have been having a hard time trying to insert this code

Hello! <br/>I have been having a hard time trying to insert this code

( see bottom ) into a online complier but I don’t know how too, so its affecting my work because I cant answer the questions that go along with the code. PLEASE I NEED YOUR HELP!
#include &lt;stdio.h&gt;

int main(void) {
printf(“Hello, World!”);
return 0;
}

1CMIS 102 Hands-On LabWeek 1OverviewThis hands-on lab demonstrate a simple sequential print statements using an online C compiler such asideone.com. You should follow the instruc±ons to complete the lab as well as perform the learningexercises at the end of this lab.Instructionsa.Open up any online C compiler (e.g ideone.com).b.Be sure the C Language is selected.c.Enter the code below into the editor. (Note: LEO doesn’t let you just copy and paste from thisdocument so you can either download the document and then copy and paste or just go to theCode for HelloWorld link for this week and copy and paste from there.)d.Click the submit, or run button.e.Try the additional learning exercises on the next page.Here is what Hello, World! Looks like using ideone.com after it has successfully runHello, World C code#include <stdio.h>int main(void) {printf(“Hello, World!”);return 0;}
Background image of page 1
Learning Exercises for you to complete1.Demonstrate you successfully followed the steps in this lab by preparing screen captures of yourunning the lab as speciFed in the InstrucTons above.2.Remove the semi-colon (;) at the end of this statement:printf(“Hello, World!”);Describe what happens. Why is the semi-colon needed?3.What happens if you add another prin± statement such as:printf(“Goodbye”);a²er theprintf(“Hello, World!”);line?Describe the new output. Be sure to support your descripTon with screen captures of execuTngthe new code.4.Experiment by adding addiTonal prin± statements to your code such as:printf(“Goodbye \n”);printf(“Hello, again! \n”);What does the“\n”do to theoutput?Be sure to experiment by adding several prin± statements and describe the resulTng output. Besure to support your descripTon and experimentation with screen captures of execuTng thenew code.SubmissionSubmit a neatly organized word (or PD³) document that demonstrates you successfullyexecuted the Hello,World on your machine using an online compiler. You should provide ascreen capture of the resulTng output.Also, provide the answers, associated screen captures, C Code and descripTons of yoursuccessful completion of learning exercises 1, 2 and 3.´he answers to the learning exercises, screen captures, C code and descriptions can be includedin the same neatly organized document you prepared as you ran the Hello, World applicaTon.Note the code can be embedded in the word document. However; be sure all code compiles andruns perfectly before submiµng the document.Submit your document no later than the due date listed in the syllabus or calendar.
Background image of page 2

Show 

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"