The correct answer is C. Typeover mode
This is when you select a text and can then type over it and it automatically replaces it with what you're writing. It also creates a little box that lets you edit the selected part easily if that's what you need with things like bold or italic or change the text color.
Answer:
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
double caffeineMg;
cin>>caffeineMg;
cout<<"After 6 hours: "<<fixed<<setprecision(2)<<caffeineMg/2.0<<" mg\n";
cout<<"After 12 hours: "<<fixed<<setprecision(2)<<caffeineMg/4.0<<" mg\n";
cout<<"After 24 hours: "<<fixed<<setprecision(2)<<caffeineMg/8.0<<" mg\n";
return 0;
}
Explanation:
- Declare a variable for caffeine and take the input from user.
- Print the results by dividing the caffeine by relevant Half Life.
- Use setprecision function to display the result up to 2 decimal places.
Answer:
is there anymore to this problem because I would like to help you out more mate.
Select all answers except computers, xbox, playstation 5, and mobile!
hope this helps!
Answer:
d. all of the above.
Explanation:
Since the advent of digital technology, production of goods and services have experienced a significant change from the traditional methods of production. This paradigm shift is made possible by the application of various modern technology.
Production processes are generally being facilitated and enhanced by the use of;
1. Computer-integrated manufacturing (CIM).
2. Computer-aided process planning (CAPP).
3. Computer-aided design (CAD).
4. Computer numerical control (CNC).
In the process of selecting an activity of the production phase:
1. A web authoring tool is often used.
2. The graphics, web pages, and other components are created.
3. The web pages are individually tested.