The answer to this is 'for'
Answer:
The C++ code is given below
Explanation:
#include <iostream>
using namespace std;
int main () {
int flag=1;
do{
double ounce,metric,boxes;
cout<<"Enter weight of package in ounces: ";
cin>>ounce;
metric=ounce/35273.92;
cout<<"Metric ton is "<<metric<<endl;
boxes=35273.92/ounce;
cout<<"Number of boxes are: "<<boxes<<endl;
cout<<"Press 0 to quit else press 1: ";
cin>>flag;
}while(flag==1);
return 0;
}
As many businesses all over the world embrace the remote work type program, people are now beginning to observe more exhilarating remote work programs become accessible. Based on chapter 1 of Information System and the Organization,<span> approximately about 60 percent of U.S. businesses have some form of the remote work program.</span>
Answer: alternative C
Explanation: Frank Lloyd Wright was the architect who designed Guggenheim Museum. He was asked to project a museum that was different from any other museum that had already existed, since the art exhibitions that were going to be held in it would be a radical kind of art, completely different from the current styles.