Search results

  1. M

    How to write a Perl Program using "Until" and "Do Until" with the following Perl script?

    my $x; for ($x=1;$x<21;$x++){ print "$x\n" if(int($x/2)==$x/2); }
  2. M

    Write a perl script using Phe, Val, Asn, Gln, His, Leu, Cys, Gly,Ser, that defines...

    ...an array that contains? the amino acids in the right order without using a foreach loop.
  3. M

    How to write a perl script that calculates the slope and y intercept :?

    Of the line determined by the two points (4,5) and (16,9). Print the line equation in the familiar form of "y=mx+b."
  4. M

    How do I begin to write a perl program that takes user entered lines from the keyboard..

    ...and store in an array? I have to then make sure when the word quit is entered the program will print out the lines in descending order. Then I must alter the program so that I know how many lines are printed and prints out only lines 3, 4, 8. I think that I am supposed to create a text...
  5. M

    How to write a Perl Program using "Until" and "Do Until" with the following Perl script?

    my $x; for ($x=1;$x<21;$x++){ print "$x\n" if(int($x/2)==$x/2); }
  6. M

    How to write a Perl program that adds up the numbers in a file and prints out their

    sum, average,max, and min? The numbers are: 5 10 23 6 8 open (MYFILE, "list.txt"); while (<MYFILE>) { chomp; This is what I have so far..
  7. M

    Write a perl script using Phe, Val, Asn, Gln, His, Leu, Cys, Gly,Ser, that

    defines an array that contains? the amino acids in the right order without using a foreach loop.
  8. M

    How to write a perl script that calculates the slope and y intercept :?

    Of the line determined by the two points (4,5) and (16,9). Print the line equation in the familiar form of "y=mx+b."
  9. M

    How to write a perl script that calculates the slope and y intercept :?

    Of the line determined by the two points (4,5) and (16,9). Print the line equation in the familiar form of "y=mx+b."
  10. M

    PCV Valve on a 1994 Ford Escort, what would make it get oily so quickly?

    There are 2 questions I wanted to ask. FYI: I was having issues with the check engine light going on and off and stalling, once I changed the PCV Valve, coils, and spark plugs it stopped. Now it is about 2 months later and I am having the same exact issue. So my 1st question is: What would make...
  11. M

    94 Ford Escort, just had work done but...?

    I just got timing belt, alternator belt, alternator, and shock plug wires done at the same time.....now my check engine light comes on and goes off quickly once in a while and at higher revs, the car seems to "skip/pause" but just once in a while. ANY IDEA OF WHAT THIS COULD BE? THANKS...
  12. M

    69 Camaro bad paint job help?

    You put your finger on the cause.... The oil in the burned fuel soot acts like silicon. Fisheye you now have. Depending on how thick your clear coat is and how deep your fisheye is you might try a small with some 2000 grit wet sanding. Keep the clearcoat wet as you sand. Rinse, dry and look...
  13. M

    94 Ford Escort. Just changed slave cylinder to clutch everything seems to be good...

    ...except? for the fact that it wont start. Almost like the clutch isnt being fully depressed HELP PLEASE!!
Back
Top