Answer: in solution.
Explanation:
It is basically 194 divided by 11 since we are evenly grouping 194 seeds into 11 pots. This gives 17.636363…
This means that the best estimate is around that number.
Answer:
#include <iostream>
using namespace std;
int main(){
float cookies=0;
float sugar=1.5;
float butter=1;
float flour=2.75;
cout<<"how many cookies do you want: "<<endl;
cin>>cookies;
float num = cookies/48;
cout<<num<<endl;
cout<< "to make " << cookies<<"cookies you need: "<<endl;
cout<<"sugar cups: "<<num*sugar<<endl;
cout<<"butter cups: "<<num*butter<<endl;
cout<<"flour cups: "<<num*flour<<endl;
return 0;
}
Answer:
The first step after selecting the File tab is to select <u>New</u>
Explanation:
Invoice templates are used in order to streamline the billing in business.
In order to use such templates by fetching them online such as from Office.com following steps should be followed:
- Start the Microsoft Word software.
- Click on File tab.
- From the drop down memory choose New.
- In the Search menu type Invoices and it will display all available templates of Invoices.
- On the homepage, their will be be an option for More Templates below the available ones. Click on it and choose the Category from left and click Invoices.
- Select the template you want to use.
<h3>I hope it will help you!</h3>