1. Monitor
2. Modem
3. system unit
4. Mouse
5. Speaker
<span>6. Printer and also a keyboard I'm not sure which you should take out though lo</span>
Answer:
Explanation:
The OOP or object-oriented programming can be used in day to day situations, and can be more simple to understand for the programmer and for the user, for beginners is easier to learn with a visual interface, and even we can improve our imagination with objects, colors and aesthetic models, we can reuse, and we have a structure to hide our code, OOP It is not an obsolete technology yet.
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'";
}
ASDF JKL; are the home row keys.