fireurza Posted March 8, 2016 Member ID: 677 Group: ***- Inactive Clan Members Followers: 18 Topic Count: 172 Topics Per Day: 0.03 Content Count: 1457 Content Per Day: 0.26 Reputation: 791 Achievement Points: 9890 Solved Content: 0 Days Won: 5 Joined: 11/02/09 Status: Offline Last Seen: January 16, 2024 Birthday: 02/20/1986 Posted March 8, 2016 I am having issues with my ARM class. If you know ARM please let me know if you are able to help me. Awards
KaptCrunch Posted March 8, 2016 Member ID: 389 Group: *** Clan Members Followers: 48 Topic Count: 315 Topics Per Day: 0.06 Content Count: 4869 Content Per Day: 0.85 Reputation: 4047 Achievement Points: 39404 Solved Content: 0 Days Won: 51 Joined: 09/14/09 Status: Offline Last Seen: 59 minutes ago Birthday: 01/01/1970 Device: Windows Posted March 8, 2016 it's located near your shoulder left or right lol what are we talking here a game or computer machine coding Sonovabich and Mule 2 Awards
fireurza Posted March 8, 2016 Member ID: 677 Group: ***- Inactive Clan Members Followers: 18 Topic Count: 172 Topics Per Day: 0.03 Content Count: 1457 Content Per Day: 0.26 Reputation: 791 Achievement Points: 9890 Solved Content: 0 Days Won: 5 Joined: 11/02/09 Status: Offline Last Seen: January 16, 2024 Birthday: 02/20/1986 Author Posted March 8, 2016 computer machine coding. I was trying to do a project and all i had to do was take a number (n) given by the user and print out all the ascii characters between n-5 and n+5. but for the life of me could not get it to work.... hell the thing was giving me an issue where even if i made all the code given by the instructor a comment it wouldnt change the already given output. Awards
KaptCrunch Posted March 8, 2016 Member ID: 389 Group: *** Clan Members Followers: 48 Topic Count: 315 Topics Per Day: 0.06 Content Count: 4869 Content Per Day: 0.85 Reputation: 4047 Achievement Points: 39404 Solved Content: 0 Days Won: 51 Joined: 09/14/09 Status: Offline Last Seen: 59 minutes ago Birthday: 01/01/1970 Device: Windows Posted March 8, 2016 12345 # Get the ASCII number of a characternumber = ord(char)# Get the character given by an ASCII numberchar = chr(number) routine and sub-routines A routine or subroutine also referred to as a function, procedure, and subprogram is a portion of code that may be called and executed anywhere in a program. For example, a routine may be used to save a file or display the time. Instead of writing the code for these commonly performed tasks, routines are made and called when these tasks need to be performed. Awards
fireurza Posted March 9, 2016 Member ID: 677 Group: ***- Inactive Clan Members Followers: 18 Topic Count: 172 Topics Per Day: 0.03 Content Count: 1457 Content Per Day: 0.26 Reputation: 791 Achievement Points: 9890 Solved Content: 0 Days Won: 5 Joined: 11/02/09 Status: Offline Last Seen: January 16, 2024 Birthday: 02/20/1986 Author Posted March 9, 2016 well the example output is like this: 76 G H I J K L M N O P Q Awards
Recommended Posts