Explanation:
1a. i know only 4 components of computer these are users, data,hardware & software
1b.users,the person who use the computer
data,it is the collection of raw facts and figures
hardware,is the physical part of the computer that can be seen and touch
software,is a set of program that instruct the computer to perform the certain action
2a,an internet is worldwide systen of interconnected computer network
2b.if some student want to now about something he can use internet and get the answer,to commenicate with others,and to learn online
Answer:
Yes, it is correct. God is great. He gives pain but gives the ointment as well to get rid of it. God gives tougher challenges, but God also gives the guts to tackle them and win them. The story of adaptation, ad predator also goes like this. God gives spines to sea urchins to survive, and it gives the birds stronger beaks to break shells. Similarly, he gives programmers awesome brains to solve the toughest problems.
Explanation:
Please check the answer.
The sensor of a mouse connected to the computer or the touch pad being touched and swiped around on
/*
Since we have to check the first two options only as mentioned in last part of question the loop will work 2 times only and will compare the cost of first element and second and assign the healthoption accordingly
*/
for(int i =0;i<=1;i++){
if(annualCost[i]<annualCost[i+1]
best2 = healthOption[i]
else
best2 = healthOption[i+1]
}