Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "Correct! Have a good day!" if "6" eq lc ($answertwo);
    
    print "Sorry, you're wrong. Have a good day!" if "6" ne lc ($answertwo
    +);
    
  2. or download this
    What is your name?your name
    Hello, your name:)
    ...
    The question is: What is the square root of 36?
    seven
    Sorry, you're wrong. Have a good day!