Assignment Instructions
The following exercise will assist in the understanding of Loops in your programs. Use any text editor, such as Notepad or TextPad.
Example Video: https://youtu.be/6djggrlkHY8
ASSIGNMENT: Create your very own first program from scratch.
• Create a simple program of your own using a Loop that counts and displays numbers 1-10. •Run your program to verify that there are no errors and that you can see the output of your program.
•Capture a screenshot of the output of your program and paste it into a Word document.
Submit the text file containing your Java code and a screenshot of the program output. Please place both files into a compressed (zip) file for submission.
The Loop is used to repeat a task a set number of times. It has three parts.
Variable Declaration – Initializes the variable at the beginning of the loop to some value. This value is the starting point of the loop.
Condition – Decides whether the loop will continue running or not. While this condition is true, the loop will continue running. Once the condition becomes false, the loop will stop running.
Increment Statement – The part of the loop that changes the value of the variable created in the variable declaration part of the loop. The increment statement is the part of the loop which will eventually stop the loop from running.
Output:
1 2 3 4 5 6 7 8 9 10
INSTRUCTIONS: Using an online Programming Text Editor and Compiler from Coding Ground at https://www.tutorialspoint.com/compile_java_online.php enter and run the following program. Take a screenshot of your results. You will need to change your code so that the results will display “Your name and the name of your Class: for example, “Jane Doe, 1S122 Programming Logic.” Take a screenshot of the updated code and your result display. Insert your screenshots in your assignment Word doc and SUBMIT in this assignment area.
*****Unit 7 Discussion*****
Instructions
Over the last six weeks, we have learned about and used APA style. In your initial post, include the following:
• Provide an explanation of why APA style is used by academic institutions.
• Provide two examples of your understanding of APA style at the start of the course to what you now know. As an example, you had no idea what APA stood for, but now you know it’s the American Psychological Association.
• Explain what you found most challenging about APA style, and how you overcame that challenge.
• Describe resources available to the student that can be of assistance with APA style.
If sources are used, be sure to include citations and references in APA format.
*****Discussion*****
Answer the following prompts in full paragraph form as though you are responding to job interview questions for a high-paying job that you really want.
An Array is a named list of items that have the same type.
•What role does an array play in programming? •What is a strong professional resource for learning more about arrays and scripts?
•Why did you choose this resource?
•How would a professional programmer use this resource to become more efficient at using arrays and scripts?
Please be sure to validate your opinions and ideas with citations and references in APA format.
The post Assignment Instructions
The following exercise will assist in the understanding appeared first on Solved Students Assignments.
Need help with your own assignment?
Our expert writers can help you apply everything you've just read — to your actual assignment.
Get Expert Help Now →