Goto ----> cash.gg to redeem your robux PRIZE!!!!
Answer:
the voltage it will need to give and take
Explanation:
it all depends on the amount of voltage the video card requires say the video card requires 150v you would have to buy a power supply that would be able to support that and all the other parts so you would buy a 550v power supply
Answer:
#include <iostream>
using namespace std;
int main()
{
int sum=0;//taking an integer variable to store the sum with initial value 0..
for(int i=1;i<=10;i++)//looping from 1 to 10..
{
sum+=i;//adding each i in the sum..
}
cout<<sum<<endl;//printing the sum..
return 0;
}
Explanation:
output :- 55
1.I have taken an integer variable sum which is equal to 0.
2.Looping over first ten positive integers.
3.Adding every number to sum.
4.Printing the sum.
Explanation: The difference present between the problem solving technique and the classical planning technique are as follows:-
- Problem solving is the technique in which the possible solution outcomes are searched and then implemented to resolve the problem or aim towards solving it whereas classical planning is the planning of the possible solutions that are possible for the implementation.
- problem solving is the complete method of plan execution whereas the classical planning is a type of backward planning that contains ideas for solving problem.