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'";
}
Answer:
Yes, it is true, because it informs you
Explanation:
A set of steps used to complete a specific task.
Answer:
okay actually what are you trying to get an answer for
Explanation:
Sponsored links are links that have been paid for in order to bring them to the first positions when the engine returns the results of the search. Organic links are links that have not been paid for. Your answer is D.