Answer:
Explanation:
strength
you can figure out problems/ questions quicker
you can talk to people without having to send letters
you can purchase products without being in person
you can watch videos to explain how to do something
weaknesses
doesn't understand slang
doesn't understand emotion/ feelings
doesn't always give you what your looking for
can be very finicky with internet/data
Answer:
E. None of the above
Explanation:
Over the years, CPI has evolved from a Cost Of Goods Index(COGI) to a Cost Of Living Index(COLI). Consumer Price Index now reflects changes in the cost to maintain constant standards of living. The methodology used to calculate CPI has been duly revised, and the revision has removed the bias that caused the CPI to overstate the inflation rate.
feels like im getting outta touch, maybe im juust staying inside too much, lately its getting harder to pretend i can do this alone without my friends
Answer:
#include <iostream>
using namespace std;
int main() {
int k;
double d;
string s;
cin >> k >> d >> s;
cout << s << " " << d << " " << k << "\n" << k << " " << d << " " << s; }
Explanation:
k is int type variable that stores integer values.
d is double type variable that stores real number.
s is string type variable that stores word.
cin statement is used to take input from user. cin takes an integer, a real number and a word from user. The user first enters an integer value, then a real number and then a small word as input.
cout statement is used to display the output on the screen. cout displays the value of k, d and s which entered by user.
First the values of k, d and s are displayed in reverse order. This means the word is displayed first, then the real number and then the integer separated again by EXACTLY one space from each other. " " used to represent a single space.
Then next line \n is used to produce a new line.
So in the next line values of k, d and s are displayed in original order (the integer , the real, and the word), separated again by EXACTLY one space from each other.
The program along with the output is attached.
Answer:
a.
Explanation:
Based on the information provided within the question it can be said that out of the answers that were given the only real approach would be to purchase and start to use new software for scheduling repairs and calls. This new software would hopefully allow you to better organize the repair and call schedules so that everything is done in a timely manner as well as keep track of the employees in charge of making home repair calls.