Answer: The answer is B- Problem Solver.
Explanation:
- Problem solving is your career is the best way to go. Being able to solve problems while in distress is the best way to go. Solving stuff on your own can make you more successful, and you can improve on mistakes you've made in the past.
I guessing it should be on the back of the card
Answer:
D
Explanation:
fiber optic cables are generally used by isps which is why they call their internet fiber optic
Answer:
See explaination
Explanation:
#include<iostream>
#include<map>
using namespace std;
bool contains(int arr[], int size){
map<int,int> nums;
for(int i=0; i< size; i++) nums[arr[i]]=1;
int product;
for(int i=0; i<size-1; i++){
for(int j=i+1;j<size;j++){
product = arr[i]*arr[j];
if (nums[product]==1) return true;
}
}
return false;
}
int main(){
int arr[] ={6,4,-3,-2,0,5};
cout<<boolalpha <<contains(arr,5)<<endl;
return 0;
}
Answer:
in what areas is leslie's underspending hurting her
Savings
Housing
- Yes as investing in housing is a long term saving
Utilities
- no this is not a saving, underspending will increase saving
Transportation
- no this is not a saving, underspending will increase saving
Groceries
- no this is not a saving, underspending will increase saving
Retirement
- Yes as investing in Retirement is a long term saving
Debt Payment
-Yes as investing in Debt Payment is a long term saving
Phone, Cable, Internet
- no this is not a saving, underspending will increase saving
Medical Expenses
- no this is not a saving, underspending will increase saving
Miscellaneous
- accordingly as explained above for each option.
Dining out- no this is not a saving, underspending will increase saving
Explanation:
Please check the answer section.