Link to the object using the object dialog box then you can click the link
Answer:
MS Word, MS Excel, MS PowerPoint, Adobe Photoshop, Adobe Reader
Explanation:
Answer:
using a limited acess public computer to watch movies
Explanation:
it is the only thing that could not get you in trouble
Step 1: Start
Step 2: Declare variables num1, num2 and sum.
Step 3: Read values for num1, num2.
Step 4: Add num1 and num2 and assign the result to a variable sum.
Step 5: Display sum
Step 6: Stop
#include
int main()
{
int num1,num2,sum;
printf("\n Enter the first number to be added: ");
scanf("%d",&num1);
printf("\n Enter the second number to be added: ");
scanf("%d",&num2);
sum = num1 + num2;
printf("\n The sum of two numbers is: %d",sum);
return 0;
}
The answer: A
If you would like to understand more on this, I have found an excellent quizlet.
Search this up: Using IS for Bus. Problems chp.5 practice quiz