English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm working on a simple assignment, using simple geometric shapes, just arcs, rect and ovals, and want to use some simple loops to make them animated.

Thanks.

2006-11-17 00:32:10 · 3 answers · asked by Julie C (little ninja) 1 in Computers & Internet Programming & Design

3 answers

try these ones below

2006-11-17 00:40:19 · answer #1 · answered by john n 3 · 0 0

you choose yet another loop after that one that is truthfully the comparable as your first one yet starts off with for (int line = linesToPrint; line < linesToPrint; line--) Oh, and frequently its greater proper to initialize variables used in loop counters to 0 and use < extremely than <=. it works the comparable yet its a custom difficulty and makes it much less confusing while utilising arrays and stuff. additionally, if its for an project or something that's going to be marked, readability of code is considerable too so i does not substitute it to something that makes your code tougher to study if i became you.

2016-10-15 16:10:09 · answer #2 · answered by balom 4 · 0 0

http://www.tutorialkit.com/

2006-11-17 06:39:16 · answer #3 · answered by george r. n. 5 · 0 0

fedest.com, questions and answers