- 1
programming question.C++
can someone give me some programming questions.i only learned till the loops.i am a begineer.In c++
1 Respuesta
+ 6
OK! here's a simple question for you.
"Make a program that returns the number of prime numbers from 2 to a users input in C++"
eg:
input >> 12
output << 5
good luck