User: Trib

  • Public profile

User profile: Trib

User info
User name:Trib
History
Joined:
Number of posts:5
Latest posts:

prime, for, while..help
Grime, the way I use to check if the number is prime or not, is by opening a while with the conditio...

why does the value of d do not change?
after meditating a bit yesterday i found the mistakes by myself, thanks for telling me about debuggi...

prime, for, while..help
so, i have got a problem that says a number x is read, with that number, find the x'th prime number,...

why does the value of d do not change?
ok i found out that the mistake was i initialized the x = x1 instead of x1 = x, as x1 had no value w...

why does the value of d do not change?
#include <iostream> using namespace std; int main() { int a,b, c, p, x, x1, d; int nr=0...

This user does not accept Private Messages