I would guess HTML, although i don't do technology too much. Sorry
Pre-production is vital to all members of the crew. It ensures that the entire crew knows exactly what's going on. If they need to know why we're shooting in a certain way, or why we're shooting in a certain place, they can see the entire process that we've gone through in order to get to where we are.
I do my homework on Friday if I can, I like to have my weekends free to do whatever I want :)
Answer:
See explaination
Explanation:
#include <iostream>
using namespace std;
int main()
{
float marks;
cout<<"Enter your grade value :";
cin>>marks;
if(marks>=90)
cout<<"Your grade is 'A'";
else if(marks>=80&& marks<90)
cout<<"Your grade is 'B'";
else if(marks>=70&& marks <=80)
cout<<"Your grade is 'C'";
else if(marks>=60&& marks <70)
cout<<"Your grade is 'D'";
else
cout<<"Your grade is 'F'";
}
C. To make the generator work