Friday, November 19, 2010
refection 11/19
while loops statements threw me off for a while, such as
int k=3
String s="";
while (k>-1){
s=k+" "+s;
k--;
}
System.out.print(s);
but then i realized what i was doing wrong and now i found out that it is much easier than i thought after all
int k=3
String s="";
while (k>-1){
s=k+" "+s;
k--;
}
System.out.print(s);
but then i realized what i was doing wrong and now i found out that it is much easier than i thought after all
Monday, November 15, 2010
Blog update 11/15
recently i applied for a job at the movie theatre (regal gateway 16) and got hired--thank you for your reference.
i had orientation yesterday,and i am very excited to start this weekend, i also found out that i will be working with one of my old friends so that is a positive that i will be working with my friends and it wont be a strange environment.
i had orientation yesterday,and i am very excited to start this weekend, i also found out that i will be working with one of my old friends so that is a positive that i will be working with my friends and it wont be a strange environment.
Reflection11/15
switches and "for" statements are pretty easy, and i am understanding the concepted that i am learning lately.
the labs kind of threw me off for a while but i am back on track and ready to move on.
Tuesday, November 2, 2010
10-24-10 share
ITS MAH BIRTHDAY(on the 24th it was) :]
i think that stac is my favorite class so far this year
i think that stac is my favorite class so far this year
10-24-10 reflection
i would like to learn how to program. very simple statement. but what i want to do with that knowledge is: i want to apply to be in the CIA after i graduate from college. what i want to learn from this class more in depth- i would like to learn how to code(at least the basics, such as Java). this helps because in STAC i am also trying to learn about html. i would like to know how to do advanced programming really in depth before i graduate from high school.
Monday, November 1, 2010
week 5 reflection.
AP computer science is a easy class to learn if you are a fast learner. i am a fast learner, but the only problem that is facing me is that i have missed alot of school lately due to illness, so i am behind on my school work currently, so this class is not that easy for me right now.
Subscribe to:
Comments (Atom)