Answer:
A. planning and gathering financial information
The main function you will use is.... Type SUM= in all caps into a cell and then you can control click cells to add them together. You can also add PEMDAS properties to do calculations withing it.
First, rpm is RedHat Package Manager. Compilation is done with gcc, the GNU C Compiler.
To add that kernel to grub2's menu, as root you'd need to run:
grub2-mkconfig > /boot/grub2/grub.cfg #redirection is favored by Red Hat
Check out the man page @ man grub2-mkconfig
By email or publishing on the internet, I hope that helps!
int sum = 0, n;
do {cin>>n; sum+=n;}while (n!=0);
cout<<sum;