Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
COP 1000C Intro Programming Concepts Assignment 2 I/O and Arithmetic Watch Video Lecture Segments "03 Input / Output" and "04 Arithmetic Operators" (...
COP 1000C Intro Programming Concepts
Assignment 2 I/O and Arithmetic
Watch Video Lecture Segments “03 Input / Output” and “04 Arithmetic Operators” (Ref: Dr Archibal videos)
Demonstrate that you are able to follow segments 03 and 04 by making C programs from the video. Specifically, the demonstrated programs in 03 Input Output – under Demonstration, and the demonstrations in 04 Arithmetic – under Demonstration. Please remember to use ‘scanf_s’ in place of ‘scanf’ in your programs.
The objective here is that you get familiar with the arithmetic operators and follow along. More code is better than less code for this part. It must be a program that compiles and runs, and demonstrates that you have followed along with what is being done in the video.
After you have completed this step successfully, post a message in Checkpoint#1.
2- In this part you will solve a problem described in English.
You are going to write a C program that asks the user to input two numbers. Then your program should output the addition of those two numbers, multiplication of the same two numbers that user entered and square of the same numbers.
(You can use int data type for this assignment). Please note that your program should work for any two numbers entered by the user and not just those shown in following test case scenario.
Interaction with your program might look like this:
Enter the first number: 7
You entered 7
Enter the second number: 5
You entered 5
The addition is 12.
The multiplication is 35.
Square of 7 is 49.
Square of 5 is 25.
Part 3 – Research and write meaning of following terms-
Hardware
CPU
Memory-RAM
Memory-ROM
C Source Code
camelCase
compiler
computer language
computer program
Flow Chart
Software
Input
Logic Error
order of operations
Output
Programmer
Pseudo Code
Syntax Error
Testing
Text Editor
====================================================
Deliverables:
You need to submit this document with your answers pasted in.
1. Post a message in checkpoint # 1 after completing part 1.
A word document with code pasted and the Screen shots of the program that you created for Part II, including the output window.
- Include answers for part 3 terms in this document.Need to submit o