Answer:
False
Explanation:
System software is the collection of programs that controls and manage the operation of a computer.
// reading the value in response variable
cout<<"Enter the value :";
cin>>response;
// checking the value and printing the results
if(response == 'y' || response == 'Y')
{
yesCount+=1;
cout<<"YES WAS RECORDED";
}else if(response == 'n' || response == 'N')
{
noCount+=1;
cout<<"NO WAS RECORDED";
}else
cout<<INVALID";
Answer:
Try checking your location or number
A decision tree is a diagram or chart that people use to determine a course of action or show a statistical probability.