User profile: Liyara

User info
User name:Liyara
Name:Jarrett Kastler
Location:El Paso, TX
Bio:Only been programming for about 3 years. No professional experience or anything like that, just learning via online sources mainly.
Statistical data
Birthdate:Dec 28, 1993
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
Java
Python
History
Joined:
Number of posts:6
Latest posts:

help
Well then you could just put all of that in a for loop. [code]#include <iostream> int main() { ...

Trouble with One Dimensional Parallel Arrays and Strings
[quote]How do I go about creating a For loop that displays up to the amount of variables in the name...

First time poster (I'm sorry)
That's certainly one way to do it, but I was trying to stay as close to his code as possible.

First time poster (I'm sorry)
You're on the right track. The important thing to realize is that if [code]firstNum % 2[/code] dosen...

expected primary-expression before int error
you'd wanna do something like: [code]army::army(string n) : name(n) { int x = 10; ad...