Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stevemei

    how do i write a this subprogram for this graphic assignment

    i have program as below that display a worm pic in pixel. what do i need to do to make it jum or run your response is appreciated INCLUDE PCMAC.INC .MODEL SMALL .STACK 100h .DATA WHT EQU 0111B RED EQU 0100B GRN EQU 0010B BLU EQU 0001B BLK EQU 0000B COLS EQU 16 ROWS EQU 8 WORM1 DB...
  2. stevemei

    Linking Error Message, What does it mean?

    i just try what u said java Studentscore and it responds with the same error and more this is what i already have: /* Uses an array of arrays. * Computes the average score of * each student. */ import iopack.Io; class StudentScore { public static void main(String [] args) { int...
  3. stevemei

    Linking Error Message, What does it mean?

    What does it mean when they tell me this after i link it: Exception in thread "main" java.lang.NoClassDefFoundError: Studentscore/java Studentscore is my file name. I javac it and it works but when i java Studentscore.java, it sends me above message. What does it mean? Your help...
  4. stevemei

    Assembly Project

    The problem is that i havent learned insertion sort yet. i was trying to figure out to sort with a loop but wasnt successful. I was using temp to compare each number input and it comes out with the Max. is there another way i can sort it without using insertion? Thanks.
  5. stevemei

    Assembly Project

    Hi, my name is Steve and i was wondering if i can get some help for my Assembly class project. Project question: 1. Input 5 numbers between +5000 to -5000(if attempt to enter number outside this range an error message should be generated and the users must be allowed to try again. The...

Part and Inventory Search

Back
Top