Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
while Loop Help
Index
->
Programming, Python
->
Python Help
Author
Message
mms6
Posted:
Fri Oct 23, 2009 10:30 pm
Post subject: while Loop Help
[copy-pasta of an assignment that's not really relevant]
code:
result = 0
while i <= hi:
lo += 1
hi += 1
result = lo + hi
I get infinite loop
Help anyone?
Thanks
Sponsor
Sponsor
Tony
Posted:
Fri Oct 23, 2009 10:52 pm
Post subject: Re: while Loop Help
mms6 @ Fri Oct 23, 2009 10:30 pm wrote:
code:
while i <= hi:
When is i > hi ?
Tony's
programming blog
. DWITE - a
programming contest
.
andrew.
Posted:
Sat Oct 24, 2009 7:28 am
Post subject: RE:while Loop Help
What are the initial values of i and hi? i is probably always less than hi because hi is increasing, and therefore the loop will never end.
Vish
Posted:
Sat Jul 16, 2011 9:14 am
Post subject: Re: while Loop Help
you have not set a variable called i, so therefore, you should get nothing.
the loop doesn't brake until the condition is broken, so, if you want the loop to die, break it.
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Programming, Python
->
Python Help
Page
1
of
1
[ 4 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy