Applicant programs? Is that an option. If not try operating systems
Answer:
B. report
Explanation:
Report is used to show the result of data base quires or stored data contain useful data use in decision making and analysis.
It is also called a report generator, it is a part of database management system that is used to extract information from one or more files and present it in specific format.
office 2013 can intergrute directly with the cloud
Answer:
The program in C++ is as follows:
#include <iostream>
using namespace std;
int main(){
int qty;
float discount = 0;
cout<<"Quantity: ";
cin>>qty;
int cost = qty * 100;
{
; }
cout<<"Cost: "<<cost - discount;
return 0;
}
Explanation:
This declares the quantity as integer
int qty;
This declares and initializes discount to 0
float discount = 0;
This prompts the user for quantity
cout<<"Quantity: ";
This gets input for quantity
cin>>qty;
This calculates the cost
int cost = qty * 100;
If cost is above 1000, a discount of 10% is calculated
{
; }
This prints the cost
cout<<"Cost: "<<cost - discount;
Answer:
web-safe fonts
Explanation:
Because if you look at the different fonts they are all readable