Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Kerok

Name: Brittany Nickname: Britt, Kerok, pretty much anything within reason Age: 20 Hobbies: Reading, Drawing, Painting, staring at nothing, Bike Riding, Rollerblading, etc. Fav Music: If it sounds good, I'll listen. Education: Working on getting Computer Science, and two minors for Web Design and 2-D Art. Just started Assembly Language …

Member Avatar for debasisdas
0
153
Member Avatar for Kerok

I need to write a program where the user input their name, the program will tell them 'Hello,' and then show the user's name backwards. This is what I have: [CODE]INCLUDE Irvine32.inc .data pleaseEnter BYTE 'Please enter your name: ', 0 StringName BYTE 30 DUP(0) yourName BYTE 'Hello, ', 0 …

Member Avatar for Kerok
0
964