cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
which loop??
which loop??
Aug 29, 2010 at 6:54pm UTC
dyla
(1)
i'm a new member. hope anyone could answer my question. i'm taking basic progrmmg course for my first semester of first year. here is my question of my 2nd assgment.
Write a program to display prime number from 1 to 50.
which loop do i have to use??
Aug 29, 2010 at 6:56pm UTC
LB
(13399)
Any of them. It's the way you use it that matters. You'll probably need to use nested loops.
Topic archived. No new replies allowed.